Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

Module

Retrieves an Rcpp module


Description

Retrieves an Rcpp module from a dynamic library, usually associated with a package.

Usage

Module(module, PACKAGE = , where = , mustStart =  )

Arguments

module

Name of the module, as declared in the RCPP_MODULE macro 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.


Rcpp

Seamless R and C++ Integration

v1.0.6
GPL (>= 2)
Authors
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou, Nathan Russell, Douglas Bates and John Chambers
Initial release
2021-01-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.