Learn R Programming

evalR (version 0.0.1)

binary_operators_ref: arguments to use with @inheritParams

Description

arguments to use with @inheritParams

Arguments

binary_operators

tokens of any length that operate on a left and right hand values. For example, the `+` token is an operator that adds a left vector to a right vector. NULL value will be replaced with c(",", "|", "&", "<=", "<", ">=", ">", "==", "!=", "+", "-", "*", "%/%", "/", "%%", "%in%", ":", "^"). The order determines the precedence of the operators.