README.md

cityHealth

lifecycle_badge Travis-CI Build Status AppVeyor Build Status CRAN_status_badge

The goal of cityHealth is to provide easy access to the CDC's 500 Cities Project.

Motivation

The original 2016 and 2017 data are in the public domain and easily downloaded from the CDC. Working with the raw data present a number of practical challenges. Each release is nearly 228 megabytes in size (approaching half a gigabyte for both together). The full releases contain data from multiple observational unitsas well as numerous variables that contain metadata that can be stored more efficiently in other formats.

cityHealth provides "tidy" versions of the CDC's data in a format readily accessible to R at a fraction of the footprint. Each release is reduced from approximately 228 megabyes to less than 2.8 megabytes. One way this is acheived is by removing metadata from each observation. Thus the tables available in cityHealth are not identical to the raw data available from the CDC. Another way is by using .rda files rather than .csv files, which occupy less disk space.

Data

cityHealth contains the following data:

All data are stored as tibbles.

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



slu-openGIS/cityHealth documentation built on May 26, 2019, 4:33 a.m.