registerPlugin: Register an inline plugin

Description Usage Arguments Details See Also

View source: R/Attributes.R

Description

Register an inline plugin for use with sourceCpp or cppFunction. Inline plugins are functions that return a list with additional includes, environment variables, and other compilation context.

Usage

1

Arguments

name

Name of the inline plugin

plugin

Inline plugin function

Details

Plugins can be added to sourceCpp compilations using the Rcpp::plugins attribute.

See Also

Rcpp::plugins


Rcpp documentation built on May 2, 2019, 5:23 p.m.