Description Usage Arguments Examples
Designate a column and get a single column listing the groups in that column.
1 | tbl_lookup(df, ...)
|
df, ... |
a data frame and a column or columns to get group list |
1 | mtcars %>% tbl_out("cars") %>% tbl_lookup(cyl) %>% tbl_out("cylList")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.