Class: Rust::RustDatatype

Inherits:
Object
  • 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



96
97
98
# File 'lib/rust-core.rb', line 96

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

Instance Method Details

#load_in_r_as(r_instance, variable_name) ⇒ Object



100
101
102
# File 'lib/rust-core.rb', line 100

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