get_verbs: Get the verbs from a pipeline

Description Usage Arguments Value Examples

View source: R/get_verbs.R

Description

Get the verbs from a pipeline

Usage

1

Arguments

call

A pipeline call, likely from either parse_pipeline() or rlang::parse_expr().

Value

A base::list() of base::names or base::call()s.

Examples

1
2
3
4
5
6
7
8
library(dplyr)

mtcars %>%
  slice(1:2) %>%
  parse_pipeline() %>%
  get_verbs()

#>

seankross/mario documentation built on Dec. 22, 2021, 11:15 p.m.