library(jsonlite)
library(data.table)
library(httr)
library(Rcensus)
# Get all datasets under the Population Estimates Program (PEP) for the year 2019
pep_datasets_dt <- Rcensus::get_dataset_names(
filter_str = "pep",
year = 2019)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.