Learn R Programming

hyperSpec (version 0.98-20140523)

logbook: Logging the processing ot a hyperSpec Object Extracts the slot @log of a hyperSpec object.

Description

A data.frame in slot x@log keeps track of the changes done to the hyperSpec object.

Usage

logbook(x)

Arguments

x
a hyperSpec object

Value

  • a data.frame containing x@log

Details

If option log is TRUE, entries will be generated automatically by hyperSpec functions that do assignments (see hy.setOptions). Entries can also be created manually via logentry.

See Also

hy.setOptions, logentry.

Examples

Run this code
logbook (flu)

Run the code above in your browser using DataLab