List NHGIS time series tables using ipumsr::get_metadata_nhgis
Source: R/get_nhgis_ts_data.R
list_nhgis_ts_tables.Rd
Use ipumsr::get_metadata_nhgis()
with type = "time_series_tables"
to
return a data frame of time series tables. Optionally filter by geographical
integration type "nominal" or "standardized" ("2010" or "standardized to
2010" also work).
Usage
list_nhgis_ts_tables(
...,
cache = TRUE,
cache_file = "nhgis_time_series_tables.rds",
refresh = FALSE,
integration = NULL
)
Arguments
- ...
Additional parameters passed to
ipumsr::get_metadata_nhgis()
- refresh
If
FALSE
, do not read a file from cache. IfTRUE
, read a file from cache if it exists at the supplied path.- integration
Optional filter for geographical integration.