so i have a vector with Themes for example: Gore, Military, Survival Parody, Super Power Love Polygon, Video Game
I want to create a barplot showing the number of times each Themes is showing. I used: dummy_cols(Alldata2, select_columns = "Themes",split=",") This create a matrix and not sure how can I barplot it
I used the code above to create the dummies however not sure hot can I barplot for all Themes. The list has 24,000 lines and according to the dummies a total of 52 Themes.