census_geo_api_names {wru} | R Documentation |
Census geo API helper functions
Description
Census geo API helper functions
Usage
census_geo_api_names(
year = c("2020", "2010", "2000"),
age = FALSE,
sex = FALSE
)
census_geo_api_url(year = c("2020", "2010", "2000"))
Arguments
year |
A character object specifying the year of U.S. Census data to be downloaded.
Use |
age |
A |
sex |
A |
Value
census_geo_api_names()
-
A named list of character vectors whose values correspond to columns of a Census API table and whose names represent the new columns they are used to calculate in
census_geo_api()
. census_geo_api_url()
-
A character string containing the base of the URL to a Census API table.