Usage
listRuns(recordr, ...)
"listRuns"(recordr, id = as.character(NA), script = as.character(NA), start = as.character(NA), end = as.character(NA), tag = as.character(NA), error = as.character(NA), seq = as.character(NA), orderBy = "-startTime", quiet = FALSE)
Arguments
recordr
A Recordr instance
id
a "character"
, the identifier to match
script
"character"
,the name of the script to match
start
"character"
, Match runs that started in this time range (inclusive)
Times must be entered in the form 'YYYY-MM-DD HH:MM:SS' but can be shortened to not less that "YYYY"
end
a "character"
, Match runs that ended in this time range (inclusive)
Times must be entered in the form 'YYYY-MM-DD HH:MM:SS' but can be shortened to not less that "YYYY"
tag
"character"
Text of tag to match
error
"character"
Text of error message to match
seq
"integer"
A run sequence number (can be a range, e.g seq=1:10
)
orderBy
The column that will be used to sort the output. This can include a minus sign before the name, e.g. -startTime
quiet
A logical
, if TRUE then output is not printed to the console. Default is FALSE.