Skip to contents

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 constellation
constellation_as_multistar(ct)

Arguments

ct

A constellation object.

Value

A multistar object.

Examples


ms <- ct_mrs |>
  constellation_as_multistar()