Module: R::CallBinOp

Defined in:
lib/R_interface/rbinary_operators.rb

Overview


Module for binary operators when creating an expression (call)


Instance Method Summary collapse

Instance Method Details

#exec_bin_oper(operator, other_object) ⇒ Object





60
61
62
# File 'lib/R_interface/rbinary_operators.rb', line 60

def exec_bin_oper(operator, other_object)
  R::Language.build(operator, self, other_object)
end