decennial_query_url: Create an API query URL for a table from a decennial US...

View source: R/census_api_url.R

decennial_query_urlR Documentation

Create an API query URL for a table from a decennial US Census

Description

Create an API query URL for a table from a decennial US Census

Usage

decennial_query_url(summary_table, ...)

Arguments

summary_table

the code for a summary table from a decennial census

...

<['dynamic dots'][rlang::dyn-dots]> named arguments to pass to census_api_url

Value

one URL for an API call

Examples

hiRx::decennial_query_url(variables = paste0("P1_00", c(1, 3, 4), "N"),
                          summary_table = "pl",
                          year = 2020,
                          for_geo = "tract",
                          for_items = "*",
                          state = 55,
                          county = 101)

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