get_dimension_names {rolap}R Documentation

Get the names of the dimensions of a star database

Description

Obtain the names of the dimensions of a star database.

Usage

get_dimension_names(db, star)

## S3 method for class 'star_database'
get_dimension_names(db, star = NULL)

Arguments

db

A star_database object.

star

A string or integer, star database name or index in constellation.

Value

A vector of strings, dimension names.

See Also

star_schema, flat_table

Other star database definition functions: get_dimension_table(), get_fact_names(), get_role_playing_dimension_names(), get_table_names(), group_dimension_instances(), role_playing_dimension(), star_database()

Examples


names <- star_database(mrs_cause_schema, ft_num) |>
  get_dimension_names()


[Package rolap version 2.5.1 Index]