montlake_od {abstr} | R Documentation |
Example OD Table for Montlake
Description
Each row of this table contains a count of how many trips started in
column o_id
and ended in column d_id
according to different modes.
This example table has modes that match what A/B Street currently uses:
"Drive", "Transit", "Bike", and "Walk".
Usage
montlake_od
Format
A data frame with columns:
- o_id
Trip origin zone ID (must match an ID in
montlake_zone
).- d_id
Trip destination zone ID (must match an ID in
montlake_zone
).- Drive
Count of how many trips were made using cars.
- Transit
Count of how many trips were made using public transit.
- Bike
Count of how many trips were made using bikes.
- Walk
Count of how many trips were made on foot.
Details
See the code used to create this data in "data-raw/montlake-test-data.R"
[Package abstr version 0.4.1 Index]