get_metadata {geogenr} | R Documentation |
Get the metadata layer
Description
The metadata layer includes the names and description through various fields of the variables contained in the reports.
Usage
get_metadata(geo)
## S3 method for class 'acs_5yr_geo'
get_metadata(geo)
Arguments
geo |
An |
Details
The way to select the variables we want to work with is to filter this layer
and subsequently set it as the object's metadata layer using the set_metadata()
function.
Value
A tibble
object.
See Also
Other data exploitation and export functions:
as_GeoPackage()
,
as_acs_5yr_geo()
,
as_flat_table()
,
as_geomultistar()
,
as_star_database()
,
set_metadata()
Examples
act <- anrc_2021_x01 |>
select_report(report = "B01002-Median Age By Sex")
geo <- act |>
as_acs_5yr_geo()
metadata <- geo |>
get_metadata()
[Package geogenr version 2.0.1 Index]