View source: R/census_safe_api_query.R
census_safe_api_query | R Documentation |
The census API complains if you have more than 50 variables per query.
census_safe_api_query(.x, max_per_query = 40, ...)
.x |
a tibble with a column called "Variable" |
max_per_query |
defaults to 40 |
... |
other arguments for "hiRx::census_api_url" |
a list of JSON-formatted census replies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.