Description Usage Arguments Details Examples
View source: R/export_trip_list.R
Export local and inter-regional trip records in a combined trip list file
| 1 | export_trip_list(hourly_faf_trips, hourly_local_trips, save_to)
 | 
| hourly_faf_trips | Data frame containing the final inter-regional flows, with origin, destination, and departure time appended for each trip | 
| hourly_local_trips | Data frame containing the final local (internal)' truck flows, with origin, destination, and departure time appended for each trip | 
| save_to | Filename for saving the final combined trip list in comma- separated value (CSV) format | 
This function will typically be the last part of the model to run, for it combines the local and inter-regional truck trip records into a single trip file, with common fields for both. Missing values are inserted for data present in one dataset, but not in the other. The result is saved in a file for network analyses or post-processing. No values are returned by the function.
| 1 | export_trip_list(hourly_faf_trips, hourly_local_trips, "Trips_CTTruck.csv")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.