purge_dimensions_constellation: Purge dimensions in a constellation

View source: R/constellation_purge_dimensions.R

purge_dimensions_constellationR 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 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


ct <- ct_mrs |>
  purge_dimensions_constellation()


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.