Get a Dataframes of GTFS data.

import_gtfs(paths, local = FALSE, quiet = FALSE)

Arguments

paths

Character. url links to zip files OR paths to local zip files. if to local path, then option local must be set to TRUE.

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.

Value

Dataframes of GTFS data.