savePipeline: Save a pipeline to disk

Description Usage Arguments Details Value See Also Examples

Description

Saves a pipeline to disk as an openapi XML file

Usage

1
savePipeline(pipeline, targetDirectory = getwd(), filename = "pipeline.xml")

Arguments

pipeline

pipeline object

targetDirectory

file location to save output

filename

new filename

Details

As at 2014-08-12 the resulting file is always called ‘pipeline.xml

Value

file path to resulting XML file

See Also

pipeline. For exporting an entire along with its components see exportPipeline

Examples

1
2
3
4
5
6
targ1 <- tempdir() 
ppl1xml <- system.file("extdata", "simpleGraph", "pipeline.xml", 
		          package = "conduit")
ppl1 <- loadPipeline("simpleGraph", 
		        ref = ppl1xml)
savePipeline(pipeline = ppl1, targetDirectory = targ1)

anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.