Description Usage Arguments Details Examples
Export trips into Cube matrix import format
| 1 | export_trip_matrices(trip_list)
 | 
| trip_trips | Data frame containing the final trip list that is ready for network assignment | 
This function exports the final trip list to a textfile format that can be imported into Cube for network assignment. Separate columns are created for each combination of period of the day and truck group. The latter is hard-coded to map the FAF truck categories to single-unit truck (SUT) and multi-unit truck (MUT) groups. A data frame containing the exported files in matrix import format is returned by the function.
| 1 | exported_trips <- export_trip_matrices(trip_list)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.