get_report_names {geogenr}R Documentation

Get report names

Description

Each topic includes several reports. Once a topic has been selected, using this function we obtain the name of the available reports. The report code is included with the name. Each report can contain multiple subreports.

Usage

get_report_names(act)

## S3 method for class 'acs_5yr_topic'
get_report_names(act)

Arguments

act

An acs_5yr_topic object.

Value

A vector, report names.

See Also

Other data selection functions: as_acs_5yr_topic(), get_available_area_topics(), get_available_area_years(), get_available_areas(), get_geo_attribute_names(), get_geo_layer.acs_5yr_geo(), get_names_of_other_topics(), get_subreport_names(), get_topic_name(), select_report(), select_subreport(), select_topic()

Examples


reports <- anrc_2021_x01 |>
  get_report_names()


[Package geogenr version 2.0.1 Index]