Usage
viewRuns(recordr, ...)
"viewRuns"(recordr, id = as.character(NA), file = 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", sections = c("details", "used", "generated"), verbose = FALSE, page = TRUE, output = TRUE)
Arguments
recordr
A Recordr instance
id
The execution identifier of a run to view
file
The name of script to match
start
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
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
The text of tag to match
error
The text of error message to match.
seq
A run sequence number (can be a range, e.g seq=1:10
)
orderBy
Sort the results according to the specified column. A hypen ('-') prepended to the column name
denoes a descending sort. The default value is "-startTime"
sections
Print the specified sections of the output. Default=c("details", "used", "generated")
verbose
a "logical"
, if TRUE then extra information is printed.
page
A logical value - if TRUE then pause after each run is displayed.
output
a "logical"
, if FALSE then no output is printed to the console (useful if only the returned object is needed).