Skip to contents

Gets the names of the Demographic and Economic Area Groups where data is available.

Usage

get_area_groups(ac)

# S3 method for acs_5yr
get_area_groups(ac)

Arguments

ac

An acs_5yr object.

Value

A vector, area group names.

Examples


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

groups <- ac |>
  get_area_groups()