powered by
Pull out the metadata dataframe from a tplyr_table to work with it directly
get_metadata(t)
Tplyr metadata dataframe
A Tplyr table with metadata built
t <- tplyr_table(mtcars, gear) %>% add_layer( group_desc(wt) ) t %>% build(metadata=TRUE) get_metadata(t)
Run the code above in your browser using DataLab