constellation_as_multistar: Export a constellation as a 'multistar'

View source: R/constellation_as_multistar.R

constellation_as_multistarR Documentation

Export a constellation 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

constellation_as_multistar(ct)

## S3 method for class 'constellation'
constellation_as_multistar(ct)

Arguments

ct

A constellation object.

Value

A multistar object.

See Also

Other results export functions: constellation_as_tibble_list(), multistar_as_flat_table(), star_schema_as_flat_table(), star_schema_as_multistar(), star_schema_as_tibble_list()

Examples


ms <- ct_mrs |>
  constellation_as_multistar()


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.