| clear_api_key | Clear the API key. |
| count_service_trips | Summarise the number of trips per service |
| download_from_url | Download a zipped GTFS feed file from a url |
| feedlist_df | Dataframe of source GTFS data from Transitfeeds |
| filter_feedlist | Filter a feedlist to include only valid urls (ending in .zip... |
| filter_stops | Get a set of stops for a given set of service ids and route... |
| filter_stop_times_by_hour | Filter stop times by hour of the day |
| get_api_key | Get API key |
| get_date_service_table | Returns all possible date/service_id combinations as a data... |
| get_feed | Download a zipped GTFS feed file from a url |
| get_feedlist | Get list of all available feeds from transitfeeds API |
| get_route_frequency | Get Route Frequency |
| get_stop_frequency | Get Stop Frequency |
| gt_as_dt | Get a dataframe with lubridate dates for the gtfs... |
| gtfs_obj | Example GTFS data |
| has_api_key | Make sure API key string is not empty |
| import_gtfs | This function is deprecated. Please use read_gtfs |
| most_frequent_service | Get the most frequent service for a set of trips. |
| read_gtfs | Get and validate dataframes of General Transit Feed... |
| route_type_names_df | Dataframe of route type id's and the names of the types (e.g.... |
| service_by_dow | Filter a gtfs calendar dataframe to service ids for specific... |
| set_api_key | Set API key for recall |
| set_hms_times | Add hms::hms columns to feed |
| shape_for_route | Get a set of shapes for a route |
| shape_route_service | Join the shapes, trips and routes tables together - also... |
| shapes_for_routes | Get a set of shapes for a set of routes |
| unzip_file | Unzip a file and delete zip |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.