Calculates travel and wait time by main mode
Source:R/output_trips.R
process_get_travelwaittime_by_mainmode.Rd
The function process_get_travelwaittime_by_mainmode calculates the average travel time and average wait time for each main mode in a given trips_table tibble.
Arguments
- trips_table
tibble of output_trips (from
read_output_trips
)- time_format
character string indicating the desired time format for the output. The options are "minute", "hour", or "second". The default is "minute".