If the time > 1 day, then convert into days; if > 1 hour, then into hours; if > 1 minute, then into minutes.

convert_t(seconds)

Arguments

seconds

Value

character of the converted time

Examples

convert_t(3599)
#> Error in convert_t(3599): could not find function "convert_t"