View source: R/census_geo_api_names.R
census_geo_api_names | R Documentation |
Census geo API helper functions
census_geo_api_names(
year = c("2020", "2010", "2000"),
age = FALSE,
sex = FALSE
)
census_geo_api_url(year = c("2020", "2010", "2000"))
year |
A character object specifying the year of U.S. Census data to be downloaded.
Use |
age |
A |
sex |
A |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.