process_get_travelwaittime_by_mainmode | R Documentation |
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.
process_get_travelwaittime_by_mainmode(trips_table, time_format = "minute")
trips_table |
tibble of output_trips (from |
time_format |
character string indicating the desired time format for the output. The options are "minute", "hour", or "second". The default is "minute". |
A tibble containing the columns main_mode containing the main modes, trav_time_avg containing the average travel time for each main mode, and the column wait_time_avg containing the average wait time for each main mode.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.