tibble_out: Tibble a data frame state within a pipe series

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
tibble_out(df, name, suppress = FALSE)

Arguments

df, name

a data frame and a name for created tibble object

suppress

prevents the function from creating the tibble in the parent environment

Examples

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

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