binary_operators_ref {evalR}R Documentation

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.


[Package evalR version 0.0.1 Index]