Module | R Documentation |
Retrieves an Rcpp module from a dynamic library, usually associated with a package.
Module(module, PACKAGE = , where = , mustStart = )
module |
Name of the module, as declared in the |
PACKAGE |
Passed to |
where |
When the module is loaded, S4 classes are defined based on the
internal classes. This argument is passed to |
mustStart |
TODO |
An object of class Module collecting functions and classes declared in the module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.