View source: R/acs_5yr_download.R
acs_5yr | R Documentation |
acs_5yr
S3 classAn acs_5yr
object is created from a given local dir. This dir will contain
the geodatabase files that we download.
acs_5yr(dir = "")
dir |
A string. |
An acs_5yr
object.
Other data download functions:
download_selected_files()
,
get_area_file_names()
,
get_area_groups()
,
get_area_years()
,
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 = dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.