get_table {when} | R Documentation |
Get the table of the dimension
Description
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.
Usage
get_table(td)
## S3 method for class 'when'
get_table(td)
Arguments
td |
A |
Value
A tibble
, the table.
See Also
Other getting results:
get_table_csv()
,
get_table_rdb()
,
get_table_xlsx()
Examples
table <- when() |>
generate_table() |>
get_table()
[Package when version 1.0.0 Index]