You need to look hard at all the elements in your command line, and figure out what each of them is doing.
Because the field separator in a csv is not white space. It's a comma.
And are you sure that you want to be both skipping a row and have a header row? I get that error if I put nonsense in the row.names part of the command, which suggest to me that you are asking the software to make a row names out of the top line, which you removed already with skip.