Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing /data/ directory; can be manually added before running download_data.r #3

Open
singing-scientist opened this issue Jun 18, 2017 · 2 comments

Comments

@singing-scientist
Copy link

The download_data.r script assumes the presence of a /data/ directory as in ~/statistics-for-data-scientists/data/

The user could create this manually or add a line to the script to do so.

@trejas
Copy link

trejas commented Jun 18, 2017

I changed the second line in the script from:
PSDS_PATH <- file.path('~', 'statistics-for-data-scientists')

to this:

PSDS_PATH <- file.path('.')

This will download the data into a folder named "data" in the directory where you run the script.

@serhanaya
Copy link

@trejas ’ solution is working. For anyone about to try this solution: Don’t forget to add a folder named “data” in your working folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants