Closed aborruso closed 4 years ago
Hi, for a first time user that does not use R write.csv(mtcars, "mtcars.csv", row.names = FALSE) is incomprehensible.
write.csv(mtcars, "mtcars.csv", row.names = FALSE)
I would add mtcars.csv in the repo and I will change the README from
Put an example CSV file on the filesystem
to something like
You can use this example you have in the repo, to run the below example commands
Hi, for a first time user that does not use R
write.csv(mtcars, "mtcars.csv", row.names = FALSE)
is incomprehensible.I would add mtcars.csv in the repo and I will change the README from
to something like