Can you paste some raw data rather than a screenshot? We need to see your code too. See FAQ: How to do a minimal reproducible example ( reprex ) for beginners
Those ' are quotes indicating text data.
Try
read.csv(mydata, sep = ",", quote = "'")
Not tested