View source: R/redatam-plugins.R
redatam_load_plugin | R Documentation |
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).
redatam_load_plugin(filePath)
filePath |
Full path to .dll (windows), .so (linux) or .dynlib (macOs) |
no return.
Jaime Salvador
## Not run:
redatam_load_plugin("path/to/custom/plugin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.