urlsToDataFrame: Parse XML files into data frame(s)

View source: R/deprecated.R

urlsToDataFrameR Documentation

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


cpsievert/pitchRx documentation built on Aug. 19, 2023, 10:02 p.m.