urlsToDataFrame: Parse XML files into data frame(s)

Description Usage Arguments

Description

This function is deprecated as of version 1.0

Usage

1
2
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).


pitchRx documentation built on May 2, 2019, 5:56 a.m.