if (FALSE) {
# Requests for Census Bureau descriptions takes well over 10
# seconds in most cases.
library(data.table)
library(jsonlite)
library(httr2)
library(RcensusPkg)
# Get descriptions/vintages for 2020 datasets with "acs5" in their name.
acs5_datasets_ls <- RcensusPkg::get_dataset_names(
vintage = 2020,
filter_name_str = "acs5/"
)
}
Run the code above in your browser using DataLab