Description Usage Arguments Details Value Note See Also
Add an access table to a GTFS feed
1 | add_access_tables(gtfs, ...)
|
gtfs |
An object of class |
... |
One or more keyword arguments, with the key being the name of a
specific transport mode, and the value being a
|
The access table of a GTFS-Multi feed always has the same structure as the transfer table in a regular GTFS feed. Each row contains the minimum travel time needed to travel from a grid point in the reference grid to a transit stop location, using a certain transport mode. For each transport mode, corresponding travel times are stored in a separate column.
An object of class gtfs. This is a
list of multiple data.table
objects
corresponding to the different dataset files of a GTFS feed. In addition to
those, the returned object will contain a
data.table
representing the access trips of a
GTFS-Multi feed. See details.
An access table already present in the input gtfs object will be overwritten.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.