get_table_names {rolap} | R Documentation |
Obtain the names of the tables of a star database.
get_table_names(db)
## S3 method for class 'star_database'
get_table_names(db)
db |
A |
A vector of strings, table names.
Other star database definition functions:
get_dimension_names()
,
get_dimension_table()
,
get_fact_names()
,
get_role_playing_dimension_names()
,
group_dimension_instances()
,
role_playing_dimension()
,
star_database()
names <- star_database(mrs_cause_schema, ft_num) |>
get_table_names()