quis.getRunReport: Reports the result of the execution.

Description Usage Arguments Value Examples

View source: R/RQUIS.R

Description

quis.getRunReport Reports whether execution of the proceess has encountered any error.

Usage

1

Arguments

engine

the engine instance created by quis.getEngine

Value

A verbose report explaining the execution of each statement including the overall execution time, result size, and errors.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
engine1 <- quis.getEngine()
addedScript <- quis.loadProcess(engine1, system.file("extdata", "ex2.xqt", package="RQUIS"))
quis.runProcess(engine1)
err <- quis.getRunReport(engine1)
## Not run: 
engine1 <- quis.getEngine()
addedScript <- quis.loadProcess(engine1, system.file("extdata", "ex2.xqt", package="RQUIS"))
quis.runProcess(engine1)
err <- quis.getRunReport(engine1)

## End(Not run)

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