# excel file myData <- read_excel("myData.xlsx") View(myData)
myData %>% ggplot(aes(artist_gender)) + geom_bar()