feedlist                Dataframe of source GTFS data from Transitfeeds
filter_stops            Get a set of stops for a given set of service
                        ids and route ids
get_feedlist            Get list of all available feeds from
                        transitfeeds API
get_route_frequency     Get Route Frequency
get_route_geometry      Make Routes into Simple Features Lines
get_stop_frequency      Get Stop Frequency
get_stop_geometry       Make Stops into Simple Features Points
gtfs_as_sf              Add Simple Features for Stops and Routes to
                        GTFS Object
gtfs_obj                Example GTFS data
import_gtfs             This function is deprecated. Please use
                        read_gtfs
plot.gtfs               Plot GTFS object routes and their frequencies
read_gtfs               Get and validate dataframes of General Transit
                        Feed Specification (GTFS) data.
route_type_names        Dataframe of route type id's and the names of
                        the types (e.g. "Cable Car")
routes_df_as_sf         This function is deprecated. Please use
                        get_route_geometry Make Routes into Simple
                        Features Lines
set_api_key             Set TransitFeeds API key for recall
set_date_service_table
                        Returns all possible date/service_id
                        combinations as a data frame
set_hms_times           Add hms::hms columns to feed
set_trippattern         Add trip pattern data frame to the gtfs object
stops_df_as_sf          This function is deprecated. Please use
                        get_stop_geometry Make Stops into Simple
                        Features Points
