powered by
Converts a time in seconds to a short string e.g. "3m4s".
"3m4s"
timestr(t)
numeric. time in seconds.
A character string is returned.
# NOT RUN { timestr(1.3) timestr(73) timestr(4684) # }
Run the code above in your browser using DataLab