Define a new column for genre of the movie

Thanks for trying.

View open the viewer in RStudio - no need to use it in a reprex.
You can use read.csv but in this case you need to provide the csv file. Without the csv file, I do not have the data at hand.
Otherwise, create a subset of your data in R code, not in a csv file. Follow advice on best pratices for non built in dataset. (dput in base R or datapasta :package: can help you)

You can also recreate your data by hand. tribble can help you.

If you have improvement in mind on the reprex guide or found unclear parts, do not hesitate to tell us!