Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/rserve/data_frame.rb
Instance Method Summary collapse
Instance Method Details
#to_dataframe(rownames = nil) ⇒ Object
53 54 55 56 57 |
# File 'lib/rserve/data_frame.rb', line 53 def to_dataframe(rownames=nil) obj = Rserve::DataFrame.new(self) obj.rownames = rownames if rownames obj end |