get_fact_names: Get the names of the facts of a star database

View source: R/star_database.R

get_fact_namesR Documentation

Get the names of the facts of a star database

Description

Obtain the names of the facts of a star database.

Usage

get_fact_names(db)

## S3 method for class 'star_database'
get_fact_names(db)

Arguments

db

A star_database object.

Value

A vector of strings, fact names.

See Also

star_schema, flat_table

Other star database definition functions: get_dimension_names(), get_dimension_table(), 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_fact_names()


rolap documentation built on May 29, 2024, 10:38 a.m.