Class: Rust::RustDatatype

Inherits:
Object show all
Defined in:
lib/rust-core.rb

Direct Known Subclasses

DataFrame, Matrix

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.pull_variable(variable) ⇒ Object



106
107
108
# File 'lib/rust-core.rb', line 106

def self.pull_variable(variable)
    return Rust._pull(variable)
end

Instance Method Details

#load_in_r_as(r_instance, variable_name) ⇒ Object



110
111
112
# File 'lib/rust-core.rb', line 110

def load_in_r_as(r_instance, variable_name)
    raise "Not implemented"
end