get_topic_name {geogenr}R Documentation

Get topic name (report groups)

Description

Get the selected topic by which this object has been defined.

Usage

get_topic_name(act)

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

Arguments

act

An acs_5yr_topic object.

Details

A topic is made up of a set of reports.

Value

A vector, topic name.

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_report_names(), get_subreport_names(), select_report(), select_subreport(), select_topic()

Examples


topic <- anrc_2021_x01 |>
  get_topic_name()


[Package geogenr version 2.0.1 Index]