Rdocumentation
powered by
Learn R Programming
XML2R (version 0.0.6)
urlsToDocs: Parse XML Files into XML Documents
Description
Essentially a recursive call to
xmlParse
.
Usage
urlsToDocs(urls, async = TRUE, quiet = FALSE)
Arguments
urls
character vector or list of urls that point to an XML file (or anything readable by
xmlParse
).
async
logical. Allows for asynchronous download requests. This option is passed to the
async
option in the
RCurl::getURL
function.
quiet
logical. Print file name currently being parsed?