tbl_out: Shorter alias for tibble_out function - Tibble a data frame...

Description Usage Arguments Examples

Description

Create a tibble for the state of a data frame within a pipe series and assign it as an object to the global environment.

Usage

1
tbl_out(df, name, suppress = FALSE, env = NULL)

Arguments

df, name, suppress, env

a data frame and a name for created tibble object with option to suppress or add environment as a string

Examples

1
mtcars %>% group_by(cyl) %>% prop_column_group(cyl) %>% tbl_out("grouped") %>% filter(Count >9)

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