Description Usage Arguments Details Value See Also
Import a pipeline from an exported pipeline tarfile.
1 | importPipeline(tarfile, name)
|
tarfile |
File path to pipeline archive |
name |
Pipeline name |
This function is used to import pipelines from gzipped tar
archives, created by the export.componentFile
function. The
tarfile to be imported must be called ‘PIPELINENAME.tar.gz’;
the PIPELINE to be loaded from the archive will be found in the
file PIPELINENAME/pipeline.xml
. The resulting
pipeline
object can be named using the name
argument–it will be called PIPELINENAME by default.
pipeline
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.