service_by_dow: Filter a gtfs calendar dataframe to service ids for specific...

Description Usage Arguments Value

View source: R/service.R

Description

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

Usage

1
service_by_dow(calendar_df, 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


bustt documentation built on July 6, 2018, 1:01 a.m.