Write a tidygtfs object to a zip file
write_gtfs(gtfs_obj, zipfile, compression_level = 9, as_dir = FALSE)
Invisibly returns gtfs_obj
gtfs feed (tidygtfs object)
path to the zip file the feed should be written to
a number between 1 and 9.9, passed to zip::zip
if TRUE, the feed is not zipped and zipfile is used as a directory path. Files within the directory will be overwritten.