Learn R Programming

RTest (version 1.2.6)

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

data

(ANY) The list to write

name

(character) The name of the list

printXML

(logical) Print output or return xml as R object

Value

(character)