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



148
149
150
# File 'lib/rust/core/types/datatype.rb', line 148

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

#to_RObject



144
145
146
# File 'lib/rust/core/types/datatype.rb', line 144

def to_R
    return "NULL"
end