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