Description Usage Arguments Examples
Run a function outside of the pipe sequence and create a tibble in global environment for it while passing previous state of data frame through to the next pipe step.
1 | tbl_module(df, fun, name)
|
df, fun, name |
a data frame, a function to run and a name for created tibble object |
1 | mtcars %>% tbl_out("cars") %>% tbl_module(filter(.,hp > 150),"fastCars") %>% tbl_lookup(cyl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.