is_infix {mmrm} | R Documentation |
Test Whether a Symbol is an Infix Operator
Description
Test Whether a Symbol is an Infix Operator
Usage
is_infix(name)
Arguments
name |
( |
Value
A logical indicating whether the name is the name of an infix operator.
is_infix(as.name("|")) is_infix("|") is_infix("c")
[Package mmrm version 0.3.15 Index]