Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

geogenr (version 2.0.1)

get_names_of_other_topics: Get names of other topics (report groups)

Description

The area that we have downloaded has a set of defined topics, we have selected one of them, this function shows us the rest of the available topics in the area.

Usage

get_names_of_other_topics(act)

# S3 method for acs_5yr_topic get_names_of_other_topics(act)

Value

A vector, available topics.

Arguments

act

An acs_5yr_topic object.

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

Examples

Run this code

topics <- anrc_2021_x01 |>
  get_names_of_other_topics()

Run the code above in your browser using DataLab