This base class represents expressions involving unary operators.
# S4 method for class 'UnaryOperator'
name(x)
# S4 method for class 'UnaryOperator'
to_numeric(object, values)
name(UnaryOperator)
: Returns the expression in string form.
to_numeric(UnaryOperator)
: Applies the unary operator to the value.
expr
The Expression that is being operated upon.
op_name
A character
string indicating the unary operation.