Usage
# Default S3 method
listToXml(x, tag = "pecan", ...)
Arguments
- x
object to be converted.
Despite the function name, need not actually be a list
- tag
name to use for the root tag of the resulting XML tree
- ...
further arguments, currently ignored
Details
Can convert list or other object to an xml object using xmlNode
Author
David LeBauer, Carl Davidson, Rob Kooper