-
Notifications
You must be signed in to change notification settings - Fork 3
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
add raw data url #4
base: feature/structure-scooter-rides-weekend-vs-weekday
Are you sure you want to change the base?
add raw data url #4
Conversation
instead downloading files locally, using raw data url on github for reproducibility
Wait, @OTStats, did you actually try running this on the new file location? I just tried and got the following error:
|
I started exploring and noticed that the columns don't match between the code importing the data and the data itself. For example, it looks like the data also includes a columns for company info and scooter ids and it has columns in a different order. But, maybe I am misreading the R code, does column order not matter in |
But, even if the column order is a red-herring, then I am still getting the error above, I just can't explain it as easily. |
FWIW, I also noticed that the file does not end properly. It looks like it missing a quote on the end of the file name in the last line. |
Looks like you noticed the one error, of missing the end quotation for the file name. Fixing this should solve your problems. I don't know what you meant by: ... did you actually try running this on the new file location? I don't know how you're running this code, Ibut noticed you have a But as aforementioned, after fixing the quotation the gist will run successfully in RStudio. Otherwise, if you delete the last line and the pipe operator the plot will display in the console. (Again, not sure how you're running this) |
... at end of script
instead downloading files locally, using raw data url on github for reproducibility