endRecord: End the recording session that was started by 'startRecord()'

Description Usage Arguments Value See Also Examples

Description

The recordring session started by the startRecord() method is terminated and all provenance collecting is discontinued. A log of all the console commands is saved.

Usage

1
2
3
4
endRecord(recordr)

## S4 method for signature 'Recordr'
endRecord(recordr)

Arguments

recordr

A Recordr instance

Value

id The execution identifier that uniquely identifiers this execution.

See Also

Recordr class description

Examples

1
2
3
4
5
6
7
## Not run: 
rc <- new("Recordr")
startRecord(rc, tag="my first console run")
x <- read.csv(file="./test.csv")
runIdentifier <- endRecord(rc)

## End(Not run)

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