get_geo_layer.acs_5yr_geo {geogenr} | R Documentation |
Get geographic layer
Description
Get the geographic layer.
Usage
## S3 method for class 'acs_5yr_geo'
get_geo_layer(glc)
get_geo_layer(glc)
## S3 method for class 'acs_5yr_topic'
get_geo_layer(glc)
Arguments
glc |
An |
Value
A sf
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_names_of_other_topics()
,
get_report_names()
,
get_subreport_names()
,
get_topic_name()
,
select_report()
,
select_subreport()
,
select_topic()
Examples
layer <- anrc_2021_x01 |>
get_geo_layer()
[Package geogenr version 2.0.1 Index]