census_wrangle_lists_of_raw_json.Rd
Convert lists of JSON-formatted census data to tidy tables.
census_wrangle_lists_of_raw_json(
.x,
variable_tibble,
.varname = "Variable",
.indexname = "Index",
...
)
a list of lists of json output from a query to the Census API
a tibble that connects census variables to factor information and row indices
the name of the field that holds Census variable codes
the name of the field that holds row indices
<[`dynamic-dots`][rlang::dyn-dots]> other inputs to census_json_to_tibble
a tibble with factor variables and observed values