Class: Rust::Options
Overview
Represents the options of a function in R. Works as a Hash associating option names to objects.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#to_R ⇒ Object
187 188 189 |
# File 'lib/rust/core/types/language.rb', line 187 def to_R return self.map { |k, v| "#{k}=#{v.to_R}" }.join(", ") end |