xmlValue.XMLAttributeValue {AffyCompatible}R Documentation

Additional functions defined in AffyCompatible

Description

This page documents additional, miscellaneous, functions defined by AffyCompatible

Usage

## S3 method for class 'XMLAttributeValue'
xmlValue(x, ignoreComments = FALSE, recursive = TRUE,
    encoding=XML:::CE_NATIVE, trim=FALSE)

Arguments

x

An object of class XMLAttributeValue.

ignoreComments

Logical; ignored by the xmlValue.XMLAttributeValue method

recursive

ignored

encoding

File encoding

trim

Remove trailing whitespace? Ignored by this method

Value

A character vector (usually lenth 1) containing the character representation of the XML attribute.


[Package AffyCompatible version 1.50.0 Index]