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



114
115
116
# File 'lib/rust/core/types/datatype.rb', line 114

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

#to_RObject



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

def to_R
    return "NULL"
end