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 read_gtfs().

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.3.0 Index]