Skip to contents

Obtain the names of the dimensions of a star database.

Usage

get_dimension_names(db, star)

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

Examples


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