Learn R Programming

mtsdi (version 0.3.5)

elapsedtime: Elapsed Time

Description

Compute the elapsed time between start time and end time

Usage

elapsedtime(st, et)

Arguments

st

starting time

et

ending time

Value

String of the form hh:mm:ss

Details

It returns the time the process took to run.

See Also

mnimput