Usage
selectRuns(recordr, ...)
"selectRuns"(recordr, runId = as.character(NA), script = as.character(NA), startTime = as.character(NA), endTime = as.character(NA), tag = as.character(NA), errorMessage = as.character(NA), seq = as.integer(NA), orderBy = "-startTime", delete = FALSE)
Arguments
recordr
A Recordr instance
runId
An execution identifiers
script
The flle name of script to match.
startTime
Match executions that started after this time (inclusive)
endTime
Match executions that ended before this time (inclusive)
tag
The text of tag to match.
errorMessage
The text of error message to match.
seq
The run sequence number
orderBy
The column that will be used to sort the output. This can include a minus sign before the name, e.g. -startTime
delete
A logical value, if TRUE then the selected runs are deleted from the Recordr database.