158 159 160
# File 'lib/rust/core/types/datatype.rb', line 158 def load_in_r_as(variable) Rust._eval("#{variable} <- NULL") end
154 155 156
# File 'lib/rust/core/types/datatype.rb', line 154 def to_R return "NULL" end