get_table | 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.
when
, generate_table
Other getting results:
get_table_csv()
,
get_table_rdb()
,
get_table_xlsx()
table <- when() |>
generate_table() |>
get_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.