Learn R Programming

rquery (version 1.3.8)

apply_right_S4,ANY,relop_list-method: Add a relop to the end of a relop_list (piped version).

Description

Add a relop to the end of a relop_list in pipe notation with collector on the right.

Usage

# S4 method for ANY,relop_list
apply_right_S4(pipe_left_arg, pipe_right_arg,
  pipe_environment, left_arg_name, pipe_string, right_arg_name)

Arguments

pipe_left_arg

relop operation tree

pipe_right_arg

relop_list

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