View source: R/acs_5yr_download.R
get_area_years | R Documentation |
Get the years for which data has been found to be available for an area.
get_area_years(ac, area)
## S3 method for class 'acs_5yr'
get_area_years(ac, area)
ac |
An |
area |
A string, area name. |
A vector, area years.
Other data download functions:
acs_5yr()
,
download_selected_files()
,
get_area_file_names()
,
get_area_groups()
,
get_areas()
,
get_selected_file_names()
,
get_too_heavy_file_names()
,
select_area_files()
,
unzip_files()
dir <- system.file("extdata/acs_5yr", package = "geogenr")
ac <- acs_5yr(dir)
years <- ac |>
get_area_years(area = "State")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.