Class: R::RExpression

Inherits:
Object
  • Object
show all
Defined in:
lib/R_interface/rexpression.rb

Overview



Instance Attribute Summary

Attributes inherited from Object

#r_interop, #statement

Class Method Summary collapse

Methods inherited from Object

#==, #_, #attr=, #comment, #comment=, #dim, #dim=, #dimnames, #dimnames=, #eql, #initialize, #method_missing, #names, #names=, #pp, #pretty_print, #rclass, #rclass=, #row__names, #row__names=, #setR, #setR_name, #to_s, #tsp, #tsp=

Constructor Details

This class inherits a constructor from R::Object

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class R::Object

Class Method Details

.build(expression) ⇒ Object


Builds




36
37
38
# File 'lib/R_interface/rexpression.rb', line 36

def self.build(expression)
  R.parse(text: expression.to_s)
end