get_dimension_attribute_names: Get dimension attribute names

View source: R/star_schema_rename.R

get_dimension_attribute_namesR 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_attributes(), rename_dimension(), rename_fact(), rename_measures()

Examples


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


josesamos/starschemar documentation built on Jan. 26, 2024, 2:03 p.m.