setTimestampFormat.Verbose {R.utils} | R Documentation |
Sets the default timestamp format.
## S3 method for class 'Verbose': setTimestampFormat(this, format="%Y%m%d %H:%M:%S|", ...)
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. |
Returns (invisibly) the old timestamp format.
Henrik Bengtsson (http://www.braju.com/R/)
*getTimestampFormat()
.
*timestampOn()
.
For more information see Verbose
.