redatam_load_plugin {redatamx} | R Documentation |
Load a custom plugin
Description
Load a custom plugin into internal registry. This function is used to add a custom plugin that implements a data source (to create database from custom format) or data set (to save outputs in custom format).
Usage
redatam_load_plugin(filePath)
Arguments
filePath |
Full path to .dll (windows), .so (linux) or .dynlib (macOs) |
Value
no return.
Author(s)
Jaime Salvador
Examples
## Not run:
redatam_load_plugin("path/to/custom/plugin")
## End(Not run)
[Package redatamx version 1.1.4 Index]