Description Usage Arguments Value Examples
Get the verbs from a pipeline
1 |
call |
A pipeline call, likely from either |
A base::list()
of base::names or base::call()
s.
1 2 3 4 5 6 7 8 | library(dplyr)
mtcars %>%
slice(1:2) %>%
parse_pipeline() %>%
get_verbs()
#>
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.