Learn R Programming

gtfstools (version 1.4.0)

copy_gtfs_without_file: 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)

Value

A GTFS object without the given file.

Arguments

gtfs

A GTFS object, as created by read_gtfs().

file

File to be removed.