powered by
Get the name of attributes in a dimension.
get_dimension_attribute_names(st, name)# S3 method for star_schema get_dimension_attribute_names(st, name)
# S3 method for star_schema get_dimension_attribute_names(st, name)
A vector of attribute names.
A star_schema object.
star_schema
A string, name of the dimension.
Other rename functions: get_measure_names(), rename_dimension_attributes(), rename_dimension(), rename_fact(), rename_measures()
get_measure_names()
rename_dimension_attributes()
rename_dimension()
rename_fact()
rename_measures()
attribute_names <- st_mrs_age |> get_dimension_attribute_names("when")
Run the code above in your browser using DataLab