Reading vs Math, including home values.
All the packages must be installed and an active Census API key must be installed.
Once the API key is placed in acs.init.R
, the script can be run to ensure packages are installed and ACS API key and data are cached.
The Makefile contains the pipeline. To run the full set, execute make
or make clean && make all
.
Extract all zip archives to the root directory (on OS X, unzip -o data\*.zip
)
Run each script in the pipeline manually:
education_data_wrangling.R
acs_acquisition.R
acs_wrangling.R
data_merge.R
data_viz.R
For each, run Rscript script_name.R
. Or, in RStudio, open script_name.R
, set the working directory to the project root (ie. Session -> Set Working Directory -> To Source File Location) and run the script. some_data.csv
will be written to the project directory.
The end results are placed in the images/
directory.
The code in this project is MIT licensed.
The included data from the State of Virginia falls under the public domain and can be found at the VDOE website.
The American Community Survey is provided by the US Census Bureau and requires an API key.