powered by
Obtain a star database from the flat table and a star schema.
as_star_database(ft, schema)# S3 method for flat_table as_star_database(ft, schema)
# S3 method for flat_table as_star_database(ft, schema)
A star_database object.
star_database
A flat_table object.
flat_table
A star_schema object.
star_schema
Other flat table definition functions: flat_table(), get_table(), get_unknown_value_defined(), get_unknown_values(), read_flat_table_file(), read_flat_table_folder()
flat_table()
get_table()
get_unknown_value_defined()
get_unknown_values()
read_flat_table_file()
read_flat_table_folder()
db <- flat_table('ft_num', ft_num) |> as_star_database(mrs_cause_schema)
Run the code above in your browser using DataLab