Class: R::NotAvailable

Inherits:
Object
  • Object
show all
Defined in:
lib/R_interface/rsupport.rb

Overview

Singleton representing R's NA; used when R returns NA and we keep it as a sentinel in Ruby.

Instance Method Summary collapse

Instance Method Details

#r_interopObject



19
# File 'lib/R_interface/rsupport.rb', line 19

def r_interop; "NA"; end

#to_sObject



18
# File 'lib/R_interface/rsupport.rb', line 18

def to_s; "NA"; end