Learn R Programming

multicastR (version 1.2.0)

mc_write_xml: Write an XML table to file

Description

Writes an XML tree generated by mc_prep_xml to an XML file.

Usage

mc_write_xml(mctext, writeto, filename)

Arguments

mctext

An XML document generated with XML.

writeto

Directory to which to write output to. Defaults to getwd.

filename

A length 1 character vector containing the name of the written output.