starschemar (version 1.2.0)

purge_dimensions_constellation: 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 constellation purge_dimensions_constellation(ct)

Arguments

ct

A constellation object.

Value

A constellation object.

See Also

Other incremental refresh functions: filter_fact_rows(), get_star_schema_names(), get_star_schema(), incremental_refresh_constellation(), incremental_refresh_star_schema(), purge_dimensions_star_schema()

Examples

Run this code
# NOT RUN {
library(tidyr)

ct <- ct_mrs %>%
  purge_dimensions_constellation()

# }

Run the code above in your browser using DataCamp Workspace