Skip to contents

converts an interval of start and end times to a pretty printed elapsed time in the format <hours> H <minutes> M <seconds> S

Usage

interval_to_period(start_time, end_time)

Arguments

start_time

POSIXct

end_time

POSIXct

Value

lubridate::Period object for pretty printing of time differences