Description Usage Arguments Value See Also Examples
View source: R/star_schema_purge_dimensions.R
Delete instances of dimensions not related to facts in a star schema.
1 2 3 4 | 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_names()
,
get_star_schema()
,
incremental_refresh_constellation()
,
incremental_refresh_star_schema()
,
purge_dimensions_constellation()
1 2 3 4 | library(tidyr)
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.