export_trip_matrices: Export trips into Cube matrix import format

Description Usage Arguments Details Examples

Description

Export trips into Cube matrix import format

Usage

1

Arguments

trip_trips

Data frame containing the final trip list that is ready for network assignment

Details

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.

Examples

1
exported_trips <- export_trip_matrices(trip_list)

rickdonnelly/pcvmodr documentation built on May 14, 2019, 8:17 a.m.