feed_contains. {tidytransit} | R Documentation |
Returns TRUE if the given gtfs_obj contains the table in tidytransit's "calculated
tables sublist" (gtfs_obj$.
)
Description
Returns TRUE if the given gtfs_obj contains the table in tidytransit's "calculated
tables sublist" (gtfs_obj$.
)
Usage
feed_contains.(gtfs_obj, table_name)
Arguments
gtfs_obj |
gtfs feed (tidygtfs object) |
table_name |
name of the table to look for, as string |
[Package tidytransit version 1.7.0 Index]