Learn R Programming

redatamx (version 1.2.1)

redatam_load_plugin: 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)

Value

no return.

Arguments

filePath

Full path to .dll (windows), .so (linux) or .dynlib (macOs)

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
redatam_load_plugin("path/to/custom/plugin")
}

Run the code above in your browser using DataLab