convert_times_to_hms {tidytransit} | R Documentation |
Convert time columns to hms::hms in feed
Description
Overwrites character columns in stop_times (arrival_time, departure_time) and
frequencies (start_time, end_time) with times converted with hms::hms()
.
Usage
convert_times_to_hms(gtfs_obj)
Arguments
gtfs_obj |
gtfs feed (tidygtfs object) |
Value
gtfs_obj with hms times columns for stop_times and frequencies
[Package tidytransit version 1.6.1 Index]