library(jsonlite)
library(data.table)
library(httr)
library(Rcensus)
# Get label information on variable "DP04_0048E" (Average household size of owner-occupied unit)
# for data set "acs/acs1/profile" for vintage 2019.
DP04_0048E_dt <- Rcensus::get_variable(
dataset = "acs/acs1/profile",
vintage = 2019,
variable_name = "DP04_0048E",
brief = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.