View source: R/constellation_get_star_schema.R
get_star_schema_names | R Documentation |
Get the names of the star schemas in a constellation.
get_star_schema_names(ct)
## S3 method for class 'constellation'
get_star_schema_names(ct)
ct |
A |
A vector of star schema names.
Other incremental refresh functions:
filter_fact_rows()
,
get_star_schema()
,
incremental_refresh_constellation()
,
incremental_refresh_star_schema()
,
purge_dimensions_constellation()
,
purge_dimensions_star_schema()
d <- ct_mrs |>
get_star_schema_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.