Rdocumentation
powered by
Learn R Programming
SDR (version 0.7.0.0)
parseTime: Parse a time differente to "x hours, y minutes and z seconds"
Description
Parse a time differente to "x hours, y minutes and z seconds"
Usage
parseTime(actual, initial)
Arguments
actual
End time in UNIX int format (i.e. as.numeric(Sys.time()))
initial
Initial time in Unix format.
Value
A human-readable string with time difference.