View source: R/acs_5yr_rolap.R
as_flat_table | R Documentation |
rolap::flat_table
objectObtain an rolap::flat_table
object to be able to modify the data or integrate
it with other data.
as_flat_table(act, attributes)
## S3 method for class 'acs_5yr_topic'
as_flat_table(act, attributes = NULL)
act |
An |
attributes |
A string vector. |
We can indicate the attributes of the geographic layer to include in the export. Otherwise, the default attributes are included (not area, perimeter or location attributes).
A flat_table
object.
Other data exploitation and export functions:
as_GeoPackage()
,
as_acs_5yr_geo()
,
as_geomultistar()
,
as_star_database()
,
get_metadata()
,
set_metadata()
ft <- anrc_2021_x01 |>
as_flat_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.