
Saves the registry to the file system
saveRegistry(path)
path on the file system, where the registry is to be saved to
This function saves the existing function registry and associated function definition loaded in the environment into a file.
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
# NOT RUN {
library(analysisPipelines)
saveRegistry(path = "./registry.RDS")
# }
Run the code above in your browser using DataLab