View source: R/star_schema_rename.R
| get_measure_names | R Documentation | 
Get the name of measures in facts.
get_measure_names(st)
## S3 method for class 'star_schema'
get_measure_names(st)
st | 
 A   | 
A vector of measure names.
Other rename functions: 
get_dimension_attribute_names(),
rename_dimension(),
rename_dimension_attributes(),
rename_fact(),
rename_measures()
measure_names <-
  st_mrs_age |> get_measure_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.