# Generated by roxygen2: do not edit by hand

S3method(plot,gtfs)
S3method(summary,gtfs)
export(count_service_trips)
export(filter_stop_times)
export(filter_stops)
export(get_feedlist)
export(get_route_frequency)
export(get_route_geometry)
export(get_stop_frequency)
export(get_trip_geometry)
export(gtfs_as_sf)
export(raptor)
export(read_gtfs)
export(set_api_key)
export(set_date_service_table)
export(set_hms_times)
export(set_servicepattern)
export(shapes_as_sf)
export(stops_as_sf)
export(travel_times)
export(write_gtfs)
import(data.table)
importFrom(data.table,fifelse)
importFrom(data.table,fread)
importFrom(digest,digest)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(graphics,plot)
importFrom(hms,hms)
importFrom(httr,RETRY)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(rlang,"!!")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(sf,st_cast)
importFrom(stats,"na.omit")
importFrom(stats,"setNames")
importFrom(stats,median)
importFrom(stats,sd)
importFrom(tidyr,spread)
importFrom(tools,file_ext)
importFrom(utils,"read.csv")
importFrom(zip,unzip)
importFrom(zip,zipr)
