Class: NilClass

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

Instance Method Summary collapse

Instance Method Details

#load_in_r_as(variable) ⇒ Object



158
159
160
# File 'lib/rust/core/types/datatype.rb', line 158

def load_in_r_as(variable)
    Rust._eval("#{variable} <- NULL")
end

#to_RObject



154
155
156
# File 'lib/rust/core/types/datatype.rb', line 154

def to_R
    return "NULL"
end