Description Usage Arguments Value See Also Examples
View source: R/constellation.R
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.
1 | constellation(lst, name = NULL)
|
lst |
A list of |
name |
A string. |
A constellation
object.
Other star schema and constellation definition functions:
character_dimensions()
,
role_playing_dimension()
,
snake_case()
,
star_schema()
1 | ct <- constellation(list(st_mrs_age, st_mrs_cause), name = "mrs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.