Learn R Programming

tidytransit (version 0.7.1)

write_gtfs: Writes a gtfs object to a zip file. Calculated tidytransit tables and columns are not exported.

Description

Writes a gtfs object to a zip file. Calculated tidytransit tables and columns are not exported.

Usage

write_gtfs(gtfs_obj, zipfile, compression_level = 9)

Arguments

gtfs_obj

a gtfs feed 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