hhmmss_to_seconds {tidytransit}R Documentation

Convert "HH:MM:SS" time strings to seconds (numeric) empty strings are converted to NA

Description

Convert "HH:MM:SS" time strings to seconds (numeric) empty strings are converted to NA

Usage

hhmmss_to_seconds(hhmmss_str)

Arguments

hhmmss_str

char vector ("HH:MM:SS")


[Package tidytransit version 1.7.0 Index]