View source: R/get_elapsed_time_str.R
get_elapsed_time_str | R Documentation |
Taken from github.com/rmsharp/rmsutilityr
get_elapsed_time_str(start_time)
start_time |
a POSIXct time object |
A character vector describing the passage of time in hours, minutes, and seconds.
start_time <- proc.time()
## do something
elapsed_time <- get_elapsed_time_str(start_time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.