apply_left.default: S3 dispatch on class of pipe_left_arg.

View source: R/bpipe.R

apply_left.defaultR Documentation

S3 dispatch on class of pipe_left_arg.

Description

Place evaluation of left argument in . and then evaluate right argument.

Usage

## Default S3 method:
apply_left(
  pipe_left_arg,
  pipe_right_arg,
  pipe_environment,
  left_arg_name,
  pipe_string,
  right_arg_name
)

Arguments

pipe_left_arg

left argument

pipe_right_arg

substitute(pipe_right_arg) argument

pipe_environment

environment to evaluate in

left_arg_name

name, if not NULL name of left argument.

pipe_string

character, name of pipe operator.

right_arg_name

name, if not NULL name of right argument.

Value

result

See Also

apply_left

Examples


5 %.>% sin(.)


wrapr documentation built on Aug. 20, 2023, 1:08 a.m.