Skip to content

Commit a30b7da

Browse files
committed
fixed aggregate example doc
1 parent a5f974a commit a30b7da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

R/aggregate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tm_aggregate_travel_times2 <- function(..., base_url = tm_base_url()) {
5555
#' @examples
5656
#' \dontrun{
5757
#' tm_aggregate_headways(
58-
#' stop = "place-davis",
58+
#' stop = "70063",
5959
#' start_date = "2024-01-01",
6060
#' end_date = "2024-01-31"
6161
#' )
@@ -75,7 +75,7 @@ tm_aggregate_headways <- function(..., base_url = tm_base_url()) {
7575
#' @examples
7676
#' \dontrun{
7777
#' tm_aggregate_dwells(
78-
#' stop = "place-davis",
78+
#' stop = "70063",
7979
#' start_date = "2024-01-01",
8080
#' end_date = "2024-01-31"
8181
#' )

0 commit comments

Comments
 (0)