quis.getProcess: Returns the process.

Description Usage Arguments Value Examples

View source: R/RQUIS.R

Description

quis.getProcess Returns the process that was submitted to an engine using quis.addScript or quis.loadProcess.

Usage

1

Arguments

engine

the engine instance created by quis.getEngine

Value

the process submitted to the engine

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
engine1 <- quis.getEngine()
addedScript <- quis.loadProcess(engine1, system.file("extdata", "ex2.xqt", package="RQUIS"))
process <- quis.getProcess(engine1)

## Not run: 
engine1 <- quis.getEngine()
addedScript <- quis.loadProcess(engine1, system.file("extdata", "ex2.xqt", package="RQUIS"))
process <- quis.getProcess(engine1)

## End(Not run)

javadch/rquis documentation built on May 18, 2019, 5:56 p.m.