feed_contains {tidytransit}R Documentation

Returns TRUE if the given gtfs_obj contains the table. Used to check for tidytransit's calculated tables in sublist (gtfs_obj$.)

Description

Returns TRUE if the given gtfs_obj contains the table. Used to check for tidytransit's calculated tables in 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.6.1 Index]