logentry {hyperSpec}R Documentation

Append a Row to the log of a hyperSpec Object

Description

A log entry is generated and appended to the log of x.

Usage

logentry(x, short = NULL, long = NULL, date = NULL, user = NULL)

Arguments

x a hyperSpec object
short short description
long long description, e.g. list with function arguments
date time stamp
user username

Details

The arguments (besides x) go into the respective columns of x@log.

The following values are used for any arguments that are NULL:

The name of the funtion that called logentry is used for short, and its call for long.

For date, the current Sys.time() is used, and user is constructed from Sys.info()'s user and nodename.

Value

x@log (data.frame) including the new row.

Author(s)

C. Beleites

Examples

logentry (chondro, short = "test")

[Package hyperSpec version 0.95 Index]