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)

as_star_database: As rolap::star_database object

Description

Obtain an rolap::star_database object to be able to export it to a RDBMS and make queries with other tools.

Usage

as_star_database(act, attributes)

# S3 method for acs_5yr_topic as_star_database(act, attributes = NULL)

Value

A star_database object.

Arguments

act

An acs_5yr_topic object.

attributes

A string vector.

Details

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).

See Also

Other data exploitation and export functions: as_GeoPackage(), as_acs_5yr_geo(), as_flat_table(), as_geomultistar(), get_metadata(), set_metadata()

Examples

Run this code

st <- anrc_2021_x01 |>
  as_star_database()

Run the code above in your browser using DataLab