feed_contains: Returns TRUE if the given gtfs_obj contains the table. Used...

View source: R/utils.R

feed_containsR 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


tidytransit documentation built on July 9, 2023, 7:30 p.m.