powered by
Taken from github.com/rmsharp/rmsutilityr
get_elapsed_time_str(start_time)
A character vector describing the passage of time in hours, minutes, and seconds.
a POSIXct time object
start_time <- proc.time() ## do something elapsed_time <- get_elapsed_time_str(start_time)
Run the code above in your browser using DataLab