After changes in values in the instances of a dimension, groups the instances and, if necessary, also the related facts.
Usage
group_dimension_instances(db, name)
# S3 method for star_database
group_dimension_instances(db, name)
See also
Other star database definition functions:
get_dimension_names()
,
get_dimension_table()
,
get_fact_names()
,
get_role_playing_dimension_names()
,
get_table_names()
,
role_playing_dimension()
,
star_database()
Examples
db <- star_database(mrs_cause_schema, ft_num) |>
group_dimension_instances(name = "where")