module R::ExecUniOp
Public Instance Methods
exec_uni_oper(operator)
click to toggle source
# File lib/R_interface/runary_operators.rb, line 31 def exec_uni_oper(operator) R::Support.exec_function_name(operator, @r_interop) end