Description Usage Arguments Examples
Read a list of XML files and return a data frame containing all non eNAEP API events
| 1 2 3 4 | 
| xmlFiles | A vector of eNAEP XML file names with full path;
typically from  | 
| saveXMLFileNameAs | String of variable name to contain the XML file name . | 
| validate | Whether the XML parser should perform validation, either using DTD or schemma; Default is False; @ schemma is not yet implemented | 
| funEvents2df | The function to call to turn XML events into rows in a data frame. Default is set to events2df() | 
| xpathAllEvents | The XPath expression to pass to the funEvents2df() | 
| dropEvents | A vector of event names to be dropped after funEvents2df() calculates the event times. | 
| filterOutEvents | A vector of event names to be excluded completely in funEvents2df() | 
| 1 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.