Provide the exact length of the time span between start time and end time
Source:R/utils.R
get_job_duration.Rd
Provide the exact length of the time span between start time and end time
Examples
if (FALSE) { # \dontrun{
get_job_duration(
start_time = get_script_run_time(),
end_time = get_current_time()
)
} # }