Description Usage Arguments Value Examples
The csv file contains the definition of one qaTask
s
1 | read.qaTask(checkListFile, ...)
|
checkListFile |
A character scalar giving the file path, which is a csv
spreadsheet contains the detailed information of each QA task. It should have
the columns: 'qaID', 'qaName', 'description', 'qaLevel','pop', 'type', 'formula', 'subset', 'plotType'.
See the slots of |
... |
other arguments
|
a list of qaTask
objects
1 2 3 4 5 6 | ## Not run:
checkListFile <- file.path(system.file("data", package = "QUALIFIER"), "qaCheckList.csv.gz")
qaTask.list <- read.qaTask(db, checkListFile)
qaTask.list[[1]]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.