vvo_getTrip | R Documentation |
Get a Trip by StopID, TripID and Time
... or by StopID and Departure
vvo_getTrip(stopid, tripid, time = Sys.time())
vvo_getTripByDep(stopid, departure)
stopid |
StopID (can be obtained by vvo_getStops) |
tripid |
TripID (can be obtained by vvo_getDeps). Note that its not an ID for a specific trip, but for a route (e.g. all Trips on line 1 from Prohlis to Leutewitz have the same ID) |
time |
Departuretime of the specific trip on the specified station. Default is current time. |
departure |
One observation from vvo_getDeps |
Tibble with Informations about all Stations in the Trip
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.