.get_human_readable {ldamatch} | R Documentation |
Returns human readable format for number of seconds.
.get_human_readable(seconds, num_decimals = 1)
seconds |
The number of seconds to convert to human-readable form. |
num_decimals |
The number of decimals to print in the output. |
A string containing "<number> seconds/minutes/hours/days/years".