purge_dimensions_constellation {starschemar} | R Documentation |
Purge dimensions in a constellation
Description
Delete instances of dimensions not related to facts in a constellation.
Usage
purge_dimensions_constellation(ct)
## S3 method for class 'constellation'
purge_dimensions_constellation(ct)
Arguments
ct |
A |
Value
A constellation
object.
See Also
Other incremental refresh functions:
filter_fact_rows()
,
get_star_schema()
,
get_star_schema_names()
,
incremental_refresh_constellation()
,
incremental_refresh_star_schema()
,
purge_dimensions_star_schema()
Examples
ct <- ct_mrs |>
purge_dimensions_constellation()
[Package starschemar version 1.2.5 Index]