constellation {starschemar} | R Documentation |
constellation
S3 class
Description
Creates a constellation
object from a list of star_schema
objects. All
dimensions with the same name in the star schemas have to be conformable.
Usage
constellation(lst, name = NULL)
Arguments
lst |
A list of |
name |
A string. |
Value
A constellation
object.
See Also
Other star schema and constellation definition functions:
character_dimensions()
,
role_playing_dimension()
,
snake_case()
,
star_schema()
Examples
ct <- constellation(list(st_mrs_age, st_mrs_cause), name = "mrs")
[Package starschemar version 1.2.5 Index]