deleteRuns: Delete runs that match search parameters

Description Usage Arguments Value See Also

Description

The execution metadata and all archived files associated with each matching run are permanently deleted from the file system. No backup is maintained by the recordr package, so this deletion is irreversible, unless the user maintains their own backup.

Usage

1
2
3
4
5
6
7
8
deleteRuns(recordr, ...)

## S4 method for signature '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

...

additional arguments

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.

Value

A data.frame containing execution metadata for the runs that were deleted.

See Also

Recordr class description


NCEAS/recordr documentation built on May 7, 2019, 5:59 p.m.