Learn R Programming

cmsafops (version 1.3.0)

get_processing_time_string: Get processing time string

Description

Get processing time string

Usage

get_processing_time_string(time_start, time_end)

Value

a specialized string containing the processed time

Arguments

time_start

start time of the process (of class "POSIXct" as given by "Sys.time()")

time_end

end time of the process (of class "POSIXct" as given by "Sys.time()")