write_gtfs {tidytransit} | R Documentation |
Write a tidygtfs object to a zip file
Description
Write a tidygtfs object to a zip file
Usage
write_gtfs(gtfs_obj, zipfile, compression_level = 9, as_dir = FALSE)
Arguments
gtfs_obj |
gtfs feed (tidygtfs object) |
zipfile |
path to the zip file the feed should be written to. The file is overwritten if it already exists. |
compression_level |
a number between 1 and 9, defaults to 9 (best compression). |
as_dir |
if |
Value
Invisibly returns gtfs_obj
Note
Auxiliary tidytransit tables (e.g. dates_services
) are not exported. Calls
gtfsio::export_gtfs()
after preparing the data.
See Also
[Package tidytransit version 1.7.0 Index]