starschemar (version 1.2.4)

get_star_schema_names: Get star schema names

Description

Get the names of the star schemas in a constellation.

Usage

get_star_schema_names(ct)

# S3 method for constellation get_star_schema_names(ct)

Value

A vector of star schema names.

Arguments

ct

A constellation object.

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

Run this code

d <- ct_mrs |>
  get_star_schema_names()

Run the code above in your browser using DataLab