C++Object-class | R Documentation |
C++ internal objects instanciated from a class exposed in an Rcpp module
This is a virtual class. Actual C++ classes are subclasses.
signature(x = "C++Object")
: invokes a method on the object, or retrieves the value of a property
signature(x = "C++Object")
: set the value of a property
signature(object = "C++Object")
: print the object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.