urlsToDocs {XML2R} | R Documentation |
Parse XML Files into XML Documents
Description
Essentially a recursive call to xmlParse.
Usage
urlsToDocs(urls, local = FALSE, quiet = FALSE, ...)
Arguments
urls |
character vector. Either urls that point to an XML file online or a local XML file name. |
local |
logical. Should urls be treated as paths to local files? |
quiet |
logical. Print file name currently being parsed? |
... |
arguments passed along to 'httr::GET' |
[Package XML2R version 0.0.8 Index]