Import csv file with RIO with row.names = 1

53 Views Asked by At

I would like to know whether there is an argument like this one (...,row.names = 1) in the import function of RIO package. To get the same result as that argument in this line: TVAds2 = read.csv("TVAds.csv", row.names=1).

I used the following argument (..., row.names = TRUE) unsuccessfully.

0

There are 0 best solutions below