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





68
69
70
# File 'lib/R_interface/rbinary_operators.rb', line 68

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