Learn R Programming

pitchRx (version 1.8.2)

urlsToDataFrame: Parse XML files into data frame(s)

Description

This function is deprecated as of version 1.0

Usage

urlsToDataFrame(urls, tables = list(), add.children = FALSE, use.values = FALSE)

Arguments

urls
set of urls for parsing
tables
list of character vectors with appropriate names. The list names should correspond to XML nodes of interest within the XML files.
add.children
logical parameter specifying whether to scrape the XML children of the node(s) specified in tables.
use.values
logical parameter specifying whether to extract XML attributes or values of the node(s).