Module: R::S

Defined in:
lib/R_interface/r_module_s.rb

Overview


Module S, is a support module with R functions that we do not want to polute the R namespace


Class Method Summary collapse

Class Method Details

.columns(col_ini, col_end, remove: false) ⇒ Object





37
38
39
# File 'lib/R_interface/r_module_s.rb', line 37

def self.columns(col_ini, col_end, remove: false)
  R::Support.exec_function(R::Support.range, col_ini, col_end, remove)
end