Imports a GTFS zip archive and converts it to `wizardgtfs`.
Examples
path <- tempfile(fileext = ".zip")
write_gtfs(for_rail_gtfs, path)
gtfs <- read_gtfs(path)
Imports a GTFS zip archive and converts it to `wizardgtfs`.
path <- tempfile(fileext = ".zip")
write_gtfs(for_rail_gtfs, path)
gtfs <- read_gtfs(path)