| logentry {hyperSpec} | R Documentation |
A log entry is generated and appended to the log of x.
logentry(x, short = NULL, long = NULL, date = NULL, user = NULL)
x |
a hyperSpec object |
short |
short description |
long |
long description, e.g. list with function arguments |
date |
time stamp |
user |
username |
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.
x@log (data.frame) including the new row.
C. Beleites
logentry (chondro, short = "test")