We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I changed the second line in the script from: PSDS_PATH <- file.path('~', 'statistics-for-data-scientists')
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.
Sorry, something went wrong.
@trejas ’ solution is working. For anyone about to try this solution: Don’t forget to add a folder named “data” in your working folder.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: