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