Learn R Programming

analysisPipelines (version 1.0.2)

saveRegistry: Saves the registry to the file system

Description

Saves the registry to the file system

Usage

saveRegistry(path)

Arguments

path

path on the file system, where the registry is to be saved to

Details

This function saves the existing function registry and associated function definition loaded in the environment into a file.

See Also

Other Package core functions: BaseAnalysisPipeline-class, MetaAnalysisPipeline-class, assessEngineSetUp, checkSchemaMatch, createPipelineInstance, exportAsMetaPipeline, generateOutput, genericPipelineException, getInput, getLoggerDetails, getOutputById, getPipelinePrototype, getPipeline, getRegistry, initDfBasedOnType, initialize,BaseAnalysisPipeline-method, loadMetaPipeline, loadPipeline, loadPredefinedFunctionRegistry, loadRegistry, prepExecution, registerFunction, savePipeline, setInput, setLoggerDetails, updateObject, visualizePipeline

Examples

Run this code
# NOT RUN {
  library(analysisPipelines)
  saveRegistry(path = "./registry.RDS")
# }

Run the code above in your browser using DataLab