read.qaTask {QUALIFIER} | R Documentation |
qaTask
s from a csv fileThe csv file contains the definition of one qaTask
s
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
## 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)