View source: R/PageProcessing.R View source: R/CollectDataforWeb.R
PageProcessing | R Documentation |
This function will read in the XML data and parse it into a tree structure for R to read.
PageProcessing(MyEOL, ...) RemoveNAFiles(MyFiles)
MyEOL |
A filename or R object for downloaded EOL pages |
... |
Parameters passed on to |
MyFiles |
A vector of filenames or R objects for EOL or Hier pages |
PageProcessing
returns XML tree as an R object. RemoveNAFiles
is an
internal function that will take a vector of filenames and check to make sure they all have
data associated (sometimes requested pages will be empty and contain no information). If they
are empty, they are cleaved from the analysis.
## Not run: # Reads in a file # PageProcessing("eol1.xml") # or reads in an R object data(MyEOLs) PageProcessing(MyEOLs[1]) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.