tbl_lookup: Get a list of groups in certain column

Description Usage Arguments Examples

Description

Designate a column and get a single column listing the groups in that column.

Usage

1

Arguments

df, ...

a data frame and a column or columns to get group list

Examples

1
mtcars %>% tbl_out("cars") %>% tbl_lookup(cyl) %>% tbl_out("cylList")

nhemerson/tibbleColumns documentation built on May 29, 2019, 7:18 a.m.