xmlReadData_variable: Read XML Data From Type 'xmlReadData_variable' as R Variable

Description Usage Arguments Value Author(s) See Also Examples

View source: R/utils.xmlRead.R

Description

Read XML Data From Type 'xmlReadData_variable' as R Variable

Usage

1

Arguments

xmlItem

(XMLNode) Object of class XMLNode that defines the a simple variable and fullfills XSD definition 'xmlReadData_variable'.

Value

(vector)

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

XMLNode-class

Examples

1
2
3
4
5
data <- '<variable name="myvar" value="4" type="numeric"/>'
item <- XML::xmlRoot(XML::xmlParse(data,asText=TRUE))
value <- RTest::xmlReadData_variable(item)
print("5 shall be the outcome")
print(value + 1)

RTest documentation built on Dec. 4, 2019, 5:07 p.m.