writeVegXML: Write VegX XML file

View source: R/writeVegXML.R

writeVegXMLR Documentation

Write VegX XML file

Description

Assembles and writes an XML file on the disk following the Veg-X XML schema standard (ver 2.0.1)

Usage

writeVegXML(x, file, verbose = TRUE)

Arguments

x

an object of class VegX

file

the file name to be written

verbose

A boolean flag to indicate console output of the XML tree building process.

References

Wiser SK, Spencer N, De Caceres M, Kleikamp M, Boyle B & Peet RK (2011). Veg-X - an exchange standard for plot-based vegetation data

Examples

## Not run: 
  target = newVegX()
  writeVegXML(target, "foo.xml")

## End(Not run)


miquelcaceres/VegX documentation built on Sept. 18, 2022, 7:04 p.m.