Singleton representing R's NA; used when R returns NA and we keep it as a sentinel in Ruby.
19
# File 'lib/R_interface/rsupport.rb', line 19 def r_interop; "NA"; end
18
# File 'lib/R_interface/rsupport.rb', line 18 def to_s; "NA"; end