setTimestampFormat.Verbose: Sets the default timestamp format
Description
Sets the default timestamp format.
Usage
# S3 method for Verbose
setTimestampFormat(this, format="%Y%m%d %H:%M:%S|", ...)
Value
Returns (invisibly) the old timestamp format.
Arguments
format
If a function, this function is called (without arguments)
whenever a timestamp is generated. If a character string, it used as
the format string in format(Sys.date(), fmt).
...
Not used.
Author
Henrik Bengtsson
See Also
*getTimestampFormat().
*timestampOn().
For more information see Verbose.