write.xml: Write a data frame in XML format

Description Usage Arguments Details Value Author(s) Examples

Description

Writes the data frame to a file in the XML format.

Usage

1

Arguments

data

the data frame object to save.

file

a file name to be written to.

Details

This function requires the XML package to be installed to function properly.

Value

NULL

Author(s)

Claus Ekstrom ekstrom@life.ku.dk based on work by Duncan Temple Lang.

Examples

1
2
data(trees)
write.xml(trees, file="mydata.xml")

Example output

Loading required package: XML

kulife documentation built on May 2, 2019, 9:53 a.m.

Related to write.xml in kulife...