cvap_distribute_censable | R Documentation |
Downloads CVAP, block data, and block group data all together.
Calls cvap_distribute
within.
cvap_distribute_censable(
state,
year = 2021,
clean = TRUE,
wts = "pop",
include_implied = TRUE
)
state |
character. The state to get data for or nation for the nation file. |
year |
numeric. Year for the data in 2009 to 2021. |
clean |
Should variable names be standardized? Default is TRUE. |
wts |
'pop' (default) or 'vap' for the group to distribute by. |
include_implied |
logical if a column for the implied total ( |
cvap tibble estimated at the block level
## Not run:
# Requires API set up with tidycensus or censable
cvap_distribute_censable('DE', 2019)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.