Skip to contents

Get the name of measures in facts.

Usage

get_measure_names(st)

# S3 method for star_schema
get_measure_names(st)

Arguments

st

A star_schema object.

Value

A vector of measure names.

Examples


measure_names <-
  st_mrs_age |> get_measure_names()