Learn R Programming

recordr (version 1.0.3)

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

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

endRecord(recordr)
"endRecord"(recordr)

Arguments

recordr
A Recordr instance

Value

id The execution identifier that uniquely identifiers this execution.

See Also

Recordr class description

Examples

Run this code
## Not run: 
# rc <- new("Recordr")
# startRecord(rc, tag="my first console run")
# x <- read.csv(file="./test.csv")
# runIdentifier <- endRecord(rc)
# ## End(Not run)

Run the code above in your browser using DataLab