Description Usage Arguments Details See Also Examples
View source: R/core-functions.R
Saves the registry to the file system
1  | saveRegistry(path)
 | 
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
1 2 3 4 5  | ## Not run: 
  library(analysisPipelines)
  saveRegistry(path = "./registry.RDS")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.