anrc_2021_x01 {geogenr}R Documentation

"Alaska Native Regional Corporation", 2021, "X01 Age And Sex"

Description

Topic selected for the area and years indicated: "Alaska Native Regional Corporation", 2021.

Usage

anrc_2021_x01

Format

An acs_5yr_topic object.

Examples

# Defined by:
dir <- tempdir()
source_dir <- system.file("extdata/acs_5yr", package = "geogenr")
files <- list.files(source_dir, "*.zip", full.names = TRUE)
file.copy(from = files, to = dir, overwrite = TRUE)
ac <- acs_5yr(dir)

files <- ac |>
  unzip_files()

anrc_2021_x01 <- ac |>
  as_acs_5yr_topic("Alaska Native Regional Corporation",
                   2021,
                   "X01 Age And Sex")


[Package geogenr version 2.0.1 Index]