powered by
Test Whether a Symbol is an Infix Operator
is_infix(name)
A logical indicating whether the name is the name of an infix operator.
is_infix(as.name("|")) is_infix("|") is_infix("c")
(symbol or name or string) a possible reference to an infix operator to check.
symbol
name
string