anrc_2021_x01 | R Documentation |
Topic selected for the area and years indicated: "Alaska Native Regional Corporation", 2021.
anrc_2021_x01
An acs_5yr_topic
object.
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.