redatam_load_plugin: Load a custom plugin

View source: R/redatam-plugins.R

redatam_load_pluginR 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)


redatamx documentation built on June 10, 2025, 1:08 a.m.