census_wrangle_lists_of_raw_json: Convert lists of JSON-formatted census data to tidy tables.

View source: R/census_wrangle_lists_of_raw_json.R

census_wrangle_lists_of_raw_jsonR Documentation

Convert lists of JSON-formatted census data to tidy tables.

Description

Convert lists of JSON-formatted census data to tidy tables.

Usage

census_wrangle_lists_of_raw_json(
  .x,
  variable_tibble,
  .varname = "Variable",
  .indexname = "Index",
  ...
)

Arguments

.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 census_json_to_tibble

Value

a tibble with factor variables and observed values

See Also

census_expand_factors census_json_to_tibble


higherX4Racine/hiRx documentation built on Nov. 18, 2024, 10:20 a.m.