View source: R/star_schema_as_multistar.R
star_schema_as_multistar | R Documentation |
multistar
Once we have refined the format or content of facts and dimensions, we can
obtain a multistar
. A multistar
only distinguishes between general and
conformed dimensions, each dimension has its own data. It can contain
multiple fact tables.
star_schema_as_multistar(st)
## S3 method for class 'star_schema'
star_schema_as_multistar(st)
st |
A |
A multistar
object.
Other results export functions:
constellation_as_multistar()
,
constellation_as_tibble_list()
,
multistar_as_flat_table()
,
star_schema_as_flat_table()
,
star_schema_as_tibble_list()
ms <- st_mrs_age |>
star_schema_as_multistar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.