xmlWriteData_list: Write a R 'list' as XML Data of Type 'xmlReadData_list'
Description
Write a R 'list' as XML Data of Type 'xmlReadData_list'
Usage
xmlWriteData_list(elemname = "list", data, name = NULL,
printXML = TRUE)
Arguments
elemname
(character
) The name of the element's root tag
name
(character
) The name of the list
printXML
(logical
) Print output or return xml as R object