register_routines | R Documentation |
Discover and register native routines in a package. Functions to be registered should be prefixed with the '// [[export(<methods>)]]' attribute.
register_routines(package = ".", prefix = "C_", dynamic.symbols = FALSE)
package |
The path to an R package. |
prefix |
The prefix to assign to the R objects generated that map to each routine. |
dynamic.symbols |
Boolean; should dynamic symbol lookup be enabled? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.