get_elapsed_time_str {nprcgenekeepr} | R Documentation |
Returns the elapsed time since start_time.
Description
Taken from github.com/rmsharp/rmsutilityr
Usage
get_elapsed_time_str(start_time)
Arguments
start_time |
a POSIXct time object |
Value
A character vector describing the passage of time in hours, minutes, and seconds.
Examples
start_time <- proc.time()
## do something
elapsed_time <- get_elapsed_time_str(start_time)
[Package nprcgenekeepr version 1.0.7 Index]