get_star_schema_names: Get star schema names

View source: R/constellation_get_star_schema.R

get_star_schema_namesR Documentation

Get star schema names

Description

Get the names of the star schemas in a constellation.

Usage

get_star_schema_names(ct)

## S3 method for class 'constellation'
get_star_schema_names(ct)

Arguments

ct

A constellation object.

Value

A vector of star schema names.

See Also

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

Examples


d <- ct_mrs |>
  get_star_schema_names()


josesamos/starschemar documentation built on May 6, 2024, 5:57 a.m.