seconds_to_string {gtfstools} | R Documentation |
Convert seconds after midnight to time string
Description
Converts seconds after midnight as integers to strings in the "HH:MM:SS" format.
Usage
seconds_to_string(seconds)
Arguments
seconds |
An integer. |
Value
A time-representing string.
[Package gtfstools version 1.4.0 Index]