dataset <- ds_spec(
"2013_2017_ACS5a",
data_tables = c("B00001", "B01002"),
geog_levels = "state"
)
tst <- tst_spec(
"CW5",
geog_levels = c("county", "tract"),
years = "1990"
)
# Use variable specifications in an extract definition:
define_extract_nhgis(
description = "Example extract",
datasets = dataset,
time_series_tables = tst
)
Run the code above in your browser using DataLab