coolbutuseless / dplyr-cli

Manipulate CSV files on the command line using dplyr
MIT License
269 stars 20 forks source link

feature request: add the mtcars.csv example file in the repo #10

Closed aborruso closed 4 years ago

aborruso commented 4 years ago

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

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