View source: R/star_schema_purge_dimensions.R
purge_dimensions_star_schema | R Documentation |
Delete instances of dimensions not related to facts in a star schema.
purge_dimensions_star_schema(st)
## S3 method for class 'star_schema'
purge_dimensions_star_schema(st)
st |
A |
A star_schema
object.
Other incremental refresh functions:
filter_fact_rows()
,
get_star_schema()
,
get_star_schema_names()
,
incremental_refresh_constellation()
,
incremental_refresh_star_schema()
,
purge_dimensions_constellation()
st <- st_mrs_age |>
purge_dimensions_star_schema()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.