| cens_parse_tables | R Documentation | 
Uses the same parsing code as that which generates tables_sf1 and tables_acs
See https://www.census.gov/data/developers/data-sets.html for a list of
APIs and corresponding years, or use censusapi::listCensusApis().
cens_parse_tables(api, year)
| api | A Census API programmatic name such as  | 
| year | The year for the data | 
A list of cens_table objects, which are just lists with four elements:
concept, a human-readable name
tables, the constituent table codes
surveys, the supported surveys
dims, the parsed names of the dimensions of the tables
vars, a tibble with all of the parsed variable values
## Not run: 
cens_parse_tables("dec/pl", 2020)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.