read.csv invalid multibyte string

Hi,

This issue likely stems from a file encoding issue. I'm pretty sure the issue would disappear if you convert the encoding to UTF-8. If you don't know how to convert a file to UTF-8, you can just follow these steps in Windows:

1. Find the file.
2. Right click on the file | click Open With.
3. Click Notepad.
4. Click File | then Save As.
5. Navigate to the folder where you want to save your file.
6. Provide a name for your file.
7. Add .csv to the end of the file.
8. Make sure that the encoding is set to UTF-8.
9. Click Save.
10. Open the newly created file.
11. Make sure that everything is correct

Hope this helps,
PJ