hhmmss_to_hms {tidytransit} | R Documentation |
Convert "HH:MM:SS" time strings to hms values empty strings are converted to NA
Description
Convert "HH:MM:SS" time strings to hms values empty strings are converted to NA
Usage
hhmmss_to_hms(time_strings)
Arguments
time_strings |
char vector ("HH:MM:SS") |
[Package tidytransit version 1.7.0 Index]