Description Usage Arguments Examples
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.
1 | bind_rows_keyword(df, keyword, env = NULL)
|
df, keyword, env |
dataframe to take in current state of tibble keyword string and environment object to search in |
1 2 | mtcars %>% tbl_df() %>% tbl_module(filter(.,hp < 00), "c1") %>% filter(hp > 200) %>%
tbl_out("c") %>% bind_rows_keyword("c")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.