star_schema_as_mst: Star schema as 'multistar' export (common)

View source: R/star_schema_as_multistar.R

star_schema_as_mstR Documentation

Star schema as multistar export (common)

Description

Star schema as multistar export (common)

Usage

star_schema_as_mst(st, fl = NULL, dl = NULL, commondim = NULL)

## S3 method for class 'star_schema'
star_schema_as_mst(st, fl = NULL, dl = NULL, commondim = NULL)

Arguments

st

A star_schema object.

fl

A list of fact_table objects.

dl

A list of dimension_table objects.

commondim

A list of dimension names already included.

Value

A multistar object.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.