| xml | R Documentation |
Input and output of a data set description from and to a XML file. These functions
are not inteded for direct use by the user for reading the data sets. The
function readDSListFromXML() is called from prepareDataDir().
The function saveDSListAsXML is used for preparing the file
contents.xml in the data set description directory.
readDSListFromXML(filename) saveDSListAsXML(dsList, filename)
dsList |
A data frame created by |
filename |
The name of an XML file to be used. |
saveDSListAsXML() returns the filename of the created file.
readDSListFromXML()
returns a data frame with the description of the data sets.
Petr Savicky
readMLData.