copy_gtfs_without_field | R Documentation |
Creates a copy of a GTFS object without a given field from a given file. Used for testing.
copy_gtfs_without_field(gtfs, file, field)
gtfs |
A GTFS object, as created by |
file |
File from which the field must be removed. |
field |
Field to be removed. |
A GTFS object without the given field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.