Learn R Programming

readMzXmlData (version 2.8.3)

.attributeToDouble: Converts XML attributes.

Description

This function converts a XML attribute to double.

Usage

.attributeToDouble(attributes, attributeName, required = FALSE)

Value

double

Arguments

attributes

character, XML attributes

attributeName

character, name XML attributes of attribute to convert

required

logical, throw an error if an required attribute is missing.

Author

Sebastian Gibb mail@sebastiangibb.de

See Also

.attributeToString, .attributeTimeToDouble