Learn R Programming

multicastR (version 1.3.0)

mc_build_xml: Construct XML tree

Description

Uses the XML package to construct the XML tree.

Usage

mc_build_xml(mctext, vkey, skipempty = TRUE)

Arguments

eaffile

Path to and filename of an EAF file to be converted.

Value

An XML tree object of classes XMLInternalDocument and XMLAbstractDocument, as defined by the XML package.