get_dimension_names: Get dimension names

View source: R/star_schema_get_dimension.R

get_dimension_namesR Documentation

Get dimension names

Description

Get the names of the dimensions of a star schema.

Usage

get_dimension_names(st)

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

Arguments

st

A star_schema object.

Details

Role playing dimensions are not considered.

Value

A vector of dimension names.

See Also

Other data cleaning functions: get_conformed_dimension_names(), get_conformed_dimension(), get_dimension(), match_records(), modify_conformed_dimension_records(), modify_dimension_records(), record_update_set(), update_record(), update_selection_general(), update_selection()

Examples


dn <- st_mrs_age |>
  get_dimension_names()


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.