urlsToDocs: Parse XML Files into XML Documents

Description Usage Arguments

View source: R/utils.R

Description

Essentially a recursive call to xmlParse.

Usage

1
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?


XML2R documentation built on May 2, 2019, 2:55 p.m.