Usage
deleteRuns(recordr, ...)
"deleteRuns"(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.integer(NA), noop = FALSE, quiet = FALSE)
Arguments
recordr
A Recordr instance
id
An execution identifier
file
The name of script to match.
start
A one or two element character list specifying a date range to match for run start time
end
A one or tow element character list specifying a date range to match for run end time
tag
The text of the tags to match.
error
The text of the error message to match.
seq
The run sequence number (can be a single value or a range, e.g seq="1:10"
)
noop
Don't delete any date, just show what would be deleted.
quiet
A logical
if TRUE then output is not printed. Useful if only the return value is desired.