View source: R/census_wrangle_lists_of_raw_json.R
census_wrangle_lists_of_raw_json | R Documentation |
Convert lists of JSON-formatted census data to tidy tables.
census_wrangle_lists_of_raw_json(
.x,
variable_tibble,
.varname = "Variable",
.indexname = "Index",
...
)
.x |
a list of lists of json output from a query to the Census API |
variable_tibble |
a tibble that connects census variables to factor information and row indices |
.varname |
the name of the field that holds Census variable codes |
.indexname |
the name of the field that holds row indices |
... |
<['dynamic-dots'][rlang::dyn-dots]> other inputs to |
a tibble with factor variables and observed values
census_expand_factors
census_json_to_tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.