Convert List to XML

# Default S3 method
listToXml(x, ...)

Arguments

x

object to be converted. Despite the function name, need not actually be a list

...

further arguments. Used to set the element name of the created XML object, which is taken from an argument named tag if present, or otherwise from the first element of ...

Value

xmlNode

Details

Can convert list or other object to an xml object using xmlNode

Author

David LeBauer, Carl Davidson, Rob Kooper