@@ -84,20 +84,20 @@ tm_aggregate_headways(
8484
8585``` r
8686# Ridership for the Red Line
87- tm_ridership(" 2024-01-01" , " 2024-01-31" , line_id = " line-red " )
87+ tm_ridership(" 2024-01-01" , " 2024-01-31" , line_id = " Red " )
8888
8989# Delay summary by line
90- tm_line_delays(" 2024-01-01" , " 2024-01-31" , line = " line-red " )
90+ tm_line_delays(" 2024-01-01" , " 2024-01-31" , line = " Red " )
9191
9292# Trip metrics
93- tm_trip_metrics(" 2024-01-01" , " 2024-01-31" , agg = " daily" , line = " line-red " )
93+ tm_trip_metrics(" 2024-01-01" , " 2024-01-31" , agg = " daily" , line = " Red " )
9494
9595# Scheduled service (optionally filtered to one route)
9696tm_scheduled_service(" 2024-01-01" , " 2024-01-31" , agg = " daily" )
9797tm_scheduled_service(" 2024-01-01" , " 2024-01-31" , agg = " daily" , route_id = " Red" )
9898
9999# Speed restrictions / slow zones
100- tm_speed_restrictions(" line-red " , " 2024-01-15" )
100+ tm_speed_restrictions(" Red " , " 2024-01-15" )
101101
102102# Service hours
103103tm_service_hours(" 2024-01-01" , " 2024-01-31" , agg = " daily" )
0 commit comments