Skip to contents

Get the names of the dimensions of a star schema.

Usage

get_dimension_names(st)

# S3 method for star_schema
get_dimension_names(st)

Arguments

st

A star_schema object.

Value

A vector of dimension names.

Details

Role playing dimensions are not considered.

Examples


dn <- st_mrs_age |>
  get_dimension_names()