Learn R Programming

geogenr (version 2.0.1)

acs_5yr: acs_5yr S3 class

Description

An acs_5yr object is created from a given local dir. This dir will contain the geodatabase files that we download.

Usage

acs_5yr(dir = "")

Value

An acs_5yr object.

Arguments

dir

A string.

See Also

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()

Examples

Run this code

dir <- system.file("extdata/acs_5yr", package = "geogenr")
ac <- acs_5yr(dir = dir)

Run the code above in your browser using DataLab