UBC-MDS / DSCI_522_Group411

Avocado Price Predictors
MIT License
1 stars 4 forks source link

Script to download dataset #8

Closed techrah closed 4 years ago

techrah commented 4 years ago

Notes:

This is an example of how to use the script. Assuming you are in the project root directory in a terminal session:

Rscript src/get_data.R --url=https://raw.githubusercontent.com/ryanhomer/dsci522-group411-data/master/avocado.csv --destfile=data/avocado.csv

I have not written any documentation as yet. I will wait until we know better how we are expected to use the script in our workflow.

katieb1 commented 4 years ago

Looks good!