I have imported a movie dataset in csv format, few of the columns are full of special symbols along with the data I need(Example is attached below along with the image of the Movie dataset). Now, do I have to remove those special characters individually OR is there anyway(shortcut) to remove them while importing the file into R. Thanks
GENRE [{"id": 28, "name": "Action"}, {"id": 12, "name": "Adventure"}, {"id": 14, "name": "Fantasy"}, {"id": 878, "name": "Science Fiction"}]
Spoken Languages [{"iso_639_1": "en", "name": "English"}, {"iso_639_1": "es", "name": "Espa\u00f1ol"}]