This is how my raw data looks like in excel. This file is saved as .csv.
I then open it with R using
read.csv(file.choose())
The result is:
But I want it to simply create two columns, just like in the excel file. Is there any quick way to do that when opening the .csv file?