Learn R Programming

tidytransit (version 1.3.1)

service_by_dow: Filter a gtfs calendar dataframe to service ids for specific days of the week

Description

Filter a gtfs calendar dataframe to service ids for specific days of the week

Usage

service_by_dow(calendar, dow = c(1, 1, 1, 1, 1, 0, 0))

Value

service ids that match the schedule specified

Arguments

dow

default to "weekday" (1,1,1,1,1,0,0)

gtfs_object

object made by join_all_gtfs_tables