starschemar (version 1.2.0)

star_schema_as_mst: 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 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.