Module: R::ExecUniOp
Instance Method Summary collapse
-
#exec_uni_oper(operator) ⇒ Object
————————————————————————————–.
Instance Method Details
#exec_uni_oper(operator) ⇒ Object
32 33 34 |
# File 'lib/R_interface/runary_operators.rb', line 32 def exec_uni_oper(operator) R::Support.exec_function_name(operator, @r_interop) end |