Learn R Programming

soilDB (version 2.5)

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

Description

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

Usage

parseWebReport(url, args, index = 1)

Arguments

url

Base URL to a LIMS/NASIS web report.

args

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

index

Integer index specifiying the table to rerturn, or, NULL for a list of tables

Value

A data.frame object in the case of a single integer passed to index, a list object in the case of an integer vector or NULL passed to index.

Details

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

Examples

Run this code
# NOT RUN {
# pending
# }

Run the code above in your browser using DataLab