powered by
Get a star schema of a constellation given its name.
get_star_schema(ct, name)# S3 method for constellation get_star_schema(ct, name)
# S3 method for constellation get_star_schema(ct, name)
A dimension_table object.
dimension_table
A constellation object.
constellation
A string, name of the star schema.
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()
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")
Run the code above in your browser using DataLab