GString$getBuiltinDate {R.utils} | R Documentation |
Gets the current date.
## Static method (use this):
## GString$getBuiltinDate(format="%Y-%m-%d", ...)
## Don't use the below:
## S3 method for class 'GString'
getBuiltinDate(static, format="%Y-%m-%d", ...)
format |
A |
... |
Not used. |
Returns a character
string.
Henrik Bengtsson
For more information see GString
.