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