bind_rows_keyword: Bind data frames together by row based on a keyword

Description Usage Arguments Examples

Description

Allows user to pass a keyword and an environment to bind all data frames in that environment with that keyword in the name by rows.

Usage

1
bind_rows_keyword(df, keyword, env = NULL)

Arguments

df, keyword, env

dataframe to take in current state of tibble keyword string and environment object to search in

Examples

1
2
mtcars %>% tbl_df() %>% tbl_module(filter(.,hp < 00), "c1") %>% filter(hp > 200) %>% 
tbl_out("c") %>% bind_rows_keyword("c")

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