Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
These classes and associated methods allow us to work with Ruby objects by reference within R code and to treat them much like R objects such as lists and named lists and invoke functions.
Objects of these classes are typically created implicitly via C code that marshals objects across the R/Ruby interface.
ref:Object of class "externalptr" ~~
Class "RubyRef", directly.
signature(from = "RubyObject", to = "RubyClass"): ...
signature(x = "RubyObject"): ...
signature(x = "RubyObject"): ...
Duncan Temple Lang
Ruby C-level API
.RubyNew
.Ruby
The convert argument for most .Ruby* functions.
1 | showClass("RubyObject")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.