get_dimension_attribute_names {starschemar}R Documentation

Get dimension attribute names

Description

Get the name of attributes in a dimension.

Usage

get_dimension_attribute_names(st, name)

## S3 method for class 'star_schema'
get_dimension_attribute_names(st, name)

Arguments

st

A star_schema object.

name

A string, name of the dimension.

Value

A vector of attribute names.

See Also

Other rename functions: get_measure_names(), rename_dimension(), rename_dimension_attributes(), rename_fact(), rename_measures()

Examples


attribute_names <-
  st_mrs_age |> get_dimension_attribute_names("when")


[Package starschemar version 1.2.5 Index]