Skip to contents

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. If TRUE, read a file from cache if it exists at the supplied path.

integration

Optional filter for geographical integration.