Learn R Programming

tidytransit (version 0.7.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))

Arguments

dow

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

gtfs_object

object made by join_all_gtfs_tables

Value

service ids that match the schedule specified