get_star_schema: Get star schema

View source: R/constellation_get_star_schema.R

get_star_schemaR Documentation

Get star schema

Description

Get a star schema of a constellation given its name.

Usage

get_star_schema(ct, name)

## S3 method for class 'constellation'
get_star_schema(ct, name)

Arguments

ct

A constellation object.

name

A string, name of the star schema.

Value

A dimension_table object.

See Also

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()

Examples


d <- ct_mrs |>
  get_star_schema("mrs_age")


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