System$currentTimeMillis {R.utils} | R Documentation |
Get the current time in milliseconds.
## Static method (use this): ## System$currentTimeMillis(...) ## Don't use the below: ## S3 method for class 'System' currentTimeMillis(this, ...)
Returns an integer
.
Henrik Bengtsson
Sys.time
().
proc.time
().
For more information see System
.