powered by
constellation
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.
star_schema
constellation(lst, name = NULL)
A constellation object.
A list of star_schema objects.
A string.
Other star schema and constellation definition functions: character_dimensions(), role_playing_dimension(), snake_case(), star_schema()
character_dimensions()
role_playing_dimension()
snake_case()
star_schema()
ct <- constellation(list(st_mrs_age, st_mrs_cause), name = "mrs")
Run the code above in your browser using DataLab