starschemar (version 1.2.0)

star_schema_as_multistar: Export a star schema as a multistar

Description

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.

Usage

star_schema_as_multistar(st)

# S3 method for star_schema star_schema_as_multistar(st)

Arguments

st

A star_schema object.

Value

A multistar object.

See Also

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

Examples

Run this code
# NOT RUN {
library(tidyr)

ms <- st_mrs_age %>%
  star_schema_as_multistar()

# }

Run the code above in your browser using DataLab