get_elapsed_time_str: Returns the elapsed time since start_time.

View source: R/get_elapsed_time_str.R

get_elapsed_time_strR 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)

rmsharp/nprcmanager documentation built on Feb. 2, 2025, 12:45 a.m.