UrbanAnalyst / gtfsrouter

Routing and analysis engine for GTFS (General Transit Feed Specification) data
https://urbananalyst.github.io/gtfsrouter/
81 stars 17 forks source link

specify maximum number of transfers #1

Closed mpadge closed 5 years ago

mpadge commented 5 years ago
gtfs_route <- function (gtfs, from, to, start_time)

should be

gtfs_route <- function (gtfs, from, to, start_time, max_transfers = NA)