-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Analysis-ready dataset of population, employment, and travel times in Toronto #702
Comments
@paezha The DOI is the article from #701. I see in the package that it's supposed to be https://doi.org/10.1177/23998083221146781, though. Thanks! |
|
@paezha Regardless of the source, we share the datasets as one or more CSVs. When the data comes from a package, the cleaning script will likely be very short, along the lines of this: # Clean data from pkgname (https://pkgurl)
toronto_population <- pkgname::toronto_population
toronto_employment <- pkgname::toronto_employment
toronto_travel <- pkgname::toronto_travel It's very similar to situations where the data is cleanly available as CSVs, such as the recent American Idol dataset. The cleaning might also be more complicated, to take a subset of the data or otherwise make it more CSV-friendly, such as what I did to share our own data from our ttmeta package. I hope that helps explain the process! |
Dataset name: TTS2016R
Dataset download URL: https://soukhova.github.io/TTS2016R/
Article that demonstrates the dataset: https://doi.org/10.1177/23998083241242844
Cleaning script: The data are analysis-ready.
Data dictionary: All variables are documented in the package.
The text was updated successfully, but these errors were encountered: