View source: R/star_database_export.R
draw_tables | R Documentation |
Draw the tables of the ROLAP star diagrams.
draw_tables(db)
## S3 method for class 'star_database'
draw_tables(db)
db |
A |
An object with a print()
method.
star_database
Other star database exportation functions:
as_csv_files()
,
as_dm_class()
,
as_multistar()
,
as_rdb()
,
as_single_tibble_list()
,
as_tibble_list()
,
as_xlsx_file()
db <- star_database(mrs_cause_schema, ft_num) |>
snake_case()
db |>
draw_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.