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