148 149 150
# File 'lib/rust/core/types/datatype.rb', line 148 def load_in_r_as(variable) Rust._eval("#{variable} <- NULL") end
144 145 146
# File 'lib/rust/core/types/datatype.rb', line 144 def to_R return "NULL" end