| get_table | R Documentation |
Obtain the table of a flat table.
get_table(ft)
## S3 method for class 'flat_table'
get_table(ft)
ft |
A |
A tibble, the table.
star_database
Other flat table definition functions:
as_star_database(),
flat_table(),
get_unknown_value_defined(),
get_unknown_values(),
read_flat_table_file(),
read_flat_table_folder()
table <- flat_table('iris', iris) |>
get_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.