write_gtfs: Write a tidygtfs object to a zip file

View source: R/io.R

write_gtfsR 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

compression_level

a number between 1 and 9.9, passed to zip::zip

as_dir

if TRUE, the feed is not zipped and zipfile is used as a directory path. Files within the directory will be overwritten.

Value

Invisibly returns gtfs_obj

Note

Auxilliary tidytransit tables (e.g. dates_services) are not exported.


r-transit/tidytransit documentation built on Feb. 18, 2024, 8:03 p.m.