View source: R/star_schema_as_flat_table.R
star_schema_as_flat_table | R Documentation |
Once we have refined the format or content of facts and dimensions, we can
again obtain a flat table, implemented using a tibble
, from a star schema.
star_schema_as_flat_table(st)
## S3 method for class 'star_schema'
star_schema_as_flat_table(st)
st |
A |
A tibble
.
Other results export functions:
constellation_as_multistar()
,
constellation_as_tibble_list()
,
multistar_as_flat_table()
,
star_schema_as_multistar()
,
star_schema_as_tibble_list()
ft <- st_mrs_age |>
star_schema_as_flat_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.