Write a tidygtfs object to a zip file
write_gtfs(gtfs_obj, zipfile, compression_level = 9, as_dir = FALSE)
gtfs feed (tidygtfs object)
path to the zip file the feed should be written to. The file is overwritten if it already exists.
a number between 1 and 9, defaults to 9 (best compression).
if TRUE
, the feed is not zipped and zipfile is used as a directory path.
The directory will be overwritten if it already exists.
Invisibly returns gtfs_obj
Auxiliary tidytransit tables (e.g. dates_services
) are not exported. Calls
gtfsio::export_gtfs()
after preparing the data.