star_schema_as_mst {starschemar}R 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.


[Package starschemar version 1.2.5 Index]