Retrieve All CUMTD Vehicles that are Tracked
get_all_vehicles.RdGet information for all currently tracked vehicles.
Value
A data.frame containing the vehicle information with columns:
- vehicle_idVehicle number associated with vehicle
- tripTrip information for the departure
- locationThe last known latitude and longitude of the vehicle
- previous_stop_idThe last stop that the vehicle served
- next_stop_idThe next stop that the vehicle will serve
- origin_stop_idThe stop where the vehicle began it's trip
- destination_stop_idThe stop where the vehicle will end its trip
- last_updatedThe last time the vehicle sent a real-time location update to our system.