Skip to contents

Get a star schema of a constellation given its name.

Usage

get_star_schema(ct, name)

# S3 method for constellation
get_star_schema(ct, name)

Arguments

ct

A constellation object.

name

A string, name of the star schema.

Value

A dimension_table object.

Examples


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