call_uses_magrittr_pipe: Check if a call or list of calls uses the pipe operator (%>%)

View source: R/call_utils.R

call_uses_magrittr_pipeR Documentation

Check if a call or list of calls uses the pipe operator (%>%)

Description

Recursively searches through a call or list of calls to determine if the pipe operator ⁠%>%⁠ is used anywhere.

Usage

call_uses_magrittr_pipe(x)

Arguments

x

(call, name, or list of calls) The call(s) to check.

Value

logical(1) TRUE if ⁠%>%⁠ is found, FALSE otherwise.


teal.transform documentation built on Dec. 3, 2025, 9:06 a.m.