powered by
Obtain the names of the facts of a star database.
get_fact_names(db)# S3 method for star_database get_fact_names(db)
# S3 method for star_database get_fact_names(db)
A vector of strings, fact names.
A star_database object.
star_database
star_schema, flat_table
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()
get_dimension_names()
get_dimension_table()
get_role_playing_dimension_names()
get_table_names()
group_dimension_instances()
role_playing_dimension()
star_database()
names <- star_database(mrs_cause_schema, ft_num) |> get_fact_names()
Run the code above in your browser using DataLab