addToLogger {pkgmaker} | R Documentation |
Enhancing RUnit Logger
Description
Adds a function or a local variable to RUnit global logger.
Usage
addToLogger(name, value, logger = NULL)
Arguments
name |
name of the function or variable to add |
value |
object to append to the logger.
If |
logger |
an optional RUnit logger object.
If missing or |
Value
the modified logger object. Note that the global object is also
modified if logger
is NULL
.
[Package pkgmaker version 0.32.10 Index]