get_conformed_dimension_names_st {starschemar}R Documentation

Get conformed dimension names

Description

Get the names of the star schema conformed dimensions.

Usage

get_conformed_dimension_names_st(st)

## S3 method for class 'star_schema'
get_conformed_dimension_names_st(st)

Arguments

st

A star_schema object.

Value

A vector of dimension names.


[Package starschemar version 1.2.5 Index]