convertXMLtoRdata | R Documentation |
Converts an XML file into a data frame that is stored in an RData file. Only the information that we want is taken from the XML
convertXMLtoRdata(fn, readPath = folderXML, writePath = folderRD)
fn |
name of the XML file to convert |
readPath |
file path where the XML file can be found |
writePath |
file path to write the RData file to |
The name of the converted file (without the path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.