get_metadata | R Documentation |
Pull out the metadata dataframe from a tplyr_table to work with it directly
get_metadata(t)
t |
A Tplyr table with metadata built |
Tplyr metadata dataframe
t <- tplyr_table(mtcars, gear) %>%
add_layer(
group_desc(wt)
)
t %>%
build(metadata=TRUE)
get_metadata(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.