copy_gtfs_without_file: Make a GTFS copy without a given file

View source: R/utils.R

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

file

File to be removed.

Value

A GTFS object without the given file.


gtfstools documentation built on Nov. 24, 2022, 5:09 p.m.