copy_gtfs_without_field: Make a GTFS copy without a given field from a given file

View source: R/utils.R

copy_gtfs_without_fieldR 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.


gtfstools documentation built on Oct. 8, 2024, 1:08 a.m.