qat_config_read_workflow: Read an XML workflow

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/qat_config_read_workflow.R

Description

This functions read a XML-workflow-file.

Usage

1

Arguments

filename

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

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.

Value

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

Author(s)

Andre Duesterhus

See Also

qat_run_workflow_check

Examples

1
2
3
4
library("qat")
# read in workflow from systemfiles
filename_in <- system.file("extdata/workflowexample.xml", package="qat")
workflowlist <- qat_config_read_workflow(filename_in)

qat documentation built on May 2, 2019, 4:06 p.m.