Get a Dataframes of GTFS data.
import_gtfs(paths, local = FALSE, quiet = FALSE)
paths | Character. url links to zip files OR paths to local zip files. if to local path, then option |
---|---|
local | Boolean. If the paths are searching locally or not. Default is FALSE (that is, urls). |
quiet | Boolean. Whether to see file download progress and files extract. FALSE by default. |
Dataframes of GTFS data.