Skip to contents

Get the name of attributes in a dimension.

Usage

get_dimension_attribute_names(st, name)

# S3 method for 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.

Examples


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