Skip to contents

Get the table for the dimension indicated by its name.

Usage

get_dimension_table(db, name)

# S3 method for star_database
get_dimension_table(db, name = NULL)

Arguments

db

A star_database object.

name

A string, dimension name.

Value

A tibble, dimension table.

Examples


table <- star_database(mrs_cause_schema, ft_num) |>
  get_dimension_table("where")