get_table {when} | R Documentation |
Once all the configuration elements have been defined and the dimension table
has been generated, using this function we can obtain it in tibble
format.
get_table(td)
## S3 method for class 'when'
get_table(td)
td |
A |
A tibble
, the table.
Other getting results:
get_table_csv()
,
get_table_rdb()
,
get_table_xlsx()
table <- when() |>
generate_table() |>
get_table()