quis.runProcess: Runs the process.

Description Usage Arguments Value Examples

View source: R/RQUIS.R

Description

quis.runProcess Runs the submitted process and keeps the result sets for later use.

Usage

1

Arguments

engine

the engine instance created by quis.getEngine

Value

OK if everything went ok! To be sure that no error has happend use quis.getRunReport. The result set of submitted queries are not returned automatically. They should be requested for using quis.getVariabe

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"))
quis.runProcess(engine1)

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

## End(Not run)

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