saveRegistry: Saves the registry to the file system

Description Usage Arguments Details See Also Examples

View source: R/core-functions.R

Description

Saves the registry to the file system

Usage

1

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

1
2
3
4
5
## Not run: 
  library(analysisPipelines)
  saveRegistry(path = "./registry.RDS")

## End(Not run)

analysisPipelines documentation built on July 1, 2020, 7:09 p.m.