Data Cleaning Functions

R functions for cleaning data

save_acs()

Save a data frame containing ACS data

cv()

Coefficient of Variation

flagCV()

Flag coefficients of variation (CV) that are too large

cleanNAME()

Remove " County, Iowa" string from county names

Visualization Functions

R functions for visualizing data

plot_sf()

Uses ggplot2::geom_sf to plot an sf tibble geometry

Raw Data

Raw data sets saved in the dspgWork package

dataRaw_povertyBySexAge_acs5_2019

ACS 5-year survey 2019, Table B17001, Poverty level by Sex, Age, and County in Iowa

dataRaw_transportationByAge_acs5_2019

ACS 5-year survey 2019, Table B08101, Means of Transportation by Age and County in IA

Clean Data

Clean data sets saved in the dspgWork package

dataClean_variableNames_acs5_2019

2019 ACS5 variable names

Miscellaneous