114 115 116
# File 'lib/rust/core/types/datatype.rb', line 114 def load_in_r_as(variable) Rust._eval("#{variable} <- NULL") end
110 111 112
# File 'lib/rust/core/types/datatype.rb', line 110 def to_R return "NULL" end