formatSeconds: Format seconds into human readable format
Description
Format seconds into human readable format
Usage
formatSeconds(seconds, digits = 2)
Value
A character vector expressing time in human readable format
Arguments
- seconds
The number of seconds to be formatted
- digits
the number of digits for rounding