View source: R/acs_5yr_download.R
get_name_from_area_code | R Documentation |
Get the name of the area from the code that appears in the name of the area files.
get_name_from_area_code(ac, area)
## S3 method for class 'acs_5yr'
get_name_from_area_code(ac, area)
ac |
An |
area |
A string, area name. |
A vector, area code.
Other information functions:
get_code_from_area_name()
dir <- system.file("extdata/acs_5yr", package = "geogenr")
ac <- acs_5yr(dir)
name <- ac |>
get_name_from_area_code(area = "METDIV")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.