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.