starschemar (version 1.2.4)

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)

Value

A constellation object.

Arguments

ct

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

ct <- ct_mrs |>
  purge_dimensions_constellation()

Run the code above in your browser using DataLab