Retrieves an Rcpp module
Module.RdRetrieves an Rcpp module from a dynamic library, usually associated with a package.
Arguments
- module
Name of the module, as declared in the
RCPP_MODULEmacro internally- PACKAGE
Passed to
getNativeSymbolInfo- where
When the module is loaded, S4 classes are defined based on the internal classes. This argument is passed to
setClass- mustStart
TODO
Value
An object of class Module collecting functions and classes declared in the module.