as_star_database | R Documentation |
Obtain a star database from the flat table and a star schema.
as_star_database(ft, schema)
## S3 method for class 'flat_table'
as_star_database(ft, schema)
ft |
A |
schema |
A |
A star_database
object.
star_database
Other flat table definition functions:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.