quis.loadProcess: Loads a process file into the engine.

Description Usage Arguments Value Examples

View source: R/RQUIS.R

Description

quis.loadProcess Loads a process stored in a file into the engine.

Usage

1
quis.loadProcess(engine, fileName)

Arguments

engine

the engine instance created by quis.getEngine

fileName

the full path to a file containing the process

Value

the content of the file loaded

Examples

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

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

## End(Not run)

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