copy_gtfs_diff_field_class | R Documentation |
Creates a copy of a GTFS object while changing the class of a given field. Used for testing.
copy_gtfs_diff_field_class(gtfs, file, field, class)
gtfs |
A GTFS object, as created by |
file |
File whose field must have the class changed. |
field |
Field to have the class changed. |
class |
The desired class. |
A GTFS object with the field of desired class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.