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