Learn R Programming

soilDB (version 2.8.8)

parseWebReport: Parse contents of a web report, based on supplied arguments.

Description

Parse contents of a web report, based on supplied arguments.

Usage

parseWebReport(url, args, index = 1)

Value

A data.frame object in the case of a single integer index, otherwise a list

Arguments

url

Base URL to a LIMS/NASIS web report.

args

List of named arguments to send to report, see details.

index

Integer index specifying the table to return, or, NULL for a list of tables

Author

D.E. Beaudette and S.M. Roecker

Details

Report argument names can be inferred by inspection of the HTML source associated with any given web report.