Parse contents of a web report, based on supplied arguments.
Source:R/parseWebReport.R
parseWebReport.Rd
Parse contents of a web report, based on supplied arguments.
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
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
.