Skip to contents

Get the names of the geographic layer attributes (except for the geometry field).

Usage

get_geo_attribute_names(act)

# S3 method for acs_5yr_topic
get_geo_attribute_names(act)

Arguments

act

An acs_5yr_topic object.

Value

A vector, geographical attribute names.

Examples


names <- anrc_2021_x01 |>
  get_geo_attribute_names()