Learn R Programming

rolap (version 2.5.1)

draw_tables: Draw tables

Description

Draw the tables of the ROLAP star diagrams.

Usage

draw_tables(db)

# S3 method for star_database draw_tables(db)

Value

An object with a print() method.

Arguments

db

A star_database object.

See Also

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()

Examples

Run this code

db <- star_database(mrs_cause_schema, ft_num) |>
  snake_case()
# \donttest{
db |>
  draw_tables()
# }

Run the code above in your browser using DataLab