census_json_to_tibble.Rd
Wrangle Census Table JSON
census_json_to_tibble( jsonlist, variable_names, .val_trans_f = readr::parse_integer, .value_column = "Population" )
a list of lists from fetching Census data in JSON format
the census API codes for variables
a function for converting variable values to numbers
the name of the numeric column in the new table
a tibble with fields for geographies, variable name, and value