qat (version 0.74)

qat_config_read_workflow: Read an XML workflow

Description

This functions read a XML-workflow-file.

Usage

qat_config_read_workflow(filename)

Arguments

filename
Path and filename of the xml-file, in which the workflow is defined

Value

A workflowlist, which consists of the tests and its parameters, which should be performed.

Details

This functions read a file, which got a XML-workflow in it. This will be transformed to a workflowlist, which may be processed by qat\_run\_workflow\_check.

See Also

qat_run_workflow_check

Examples

Run this code
library("qat")
# read in workflow from systemfiles
filename_in <- system.file("extdata/workflowexample.xml", package="qat")
workflowlist <- qat_config_read_workflow(filename_in)

Run the code above in your browser using DataLab