copy_gtfs_without_file {gtfstools} | R Documentation |
Make a GTFS copy without a given file
Description
Creates a copy of a GTFS object without a given file. Used for testing.
Usage
copy_gtfs_without_file(gtfs, file)
Arguments
gtfs |
A GTFS object, as created by |
file |
File to be removed. |
Value
A GTFS object without the given file.
[Package gtfstools version 1.3.0 Index]