Description Usage Arguments Value
Wrapper function to turn a dplyr function into a pipeline element
1 | pipe_dplyr(dplyr_function, stop_on_missing_names = F)
|
dplyr_function |
A function like select_ or mutate_ from dplyr |
stop_on_missing_names |
Flag indicating if the pipeline should stop if ... arguments aren't named. Useful for mutate, not so much for select or group_by |
A wrapper function for the specified dplyr_function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.