Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusyoung committed May 28, 2020
1 parent b12db81 commit 372ca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/otp_get_times.R
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ otp_get_times <-

legs$timeZone <- attributes(legs$startTime)$tzone[1]

# subset legs use %in% as sometimes columns are missing - for example
# routeShortName (presumbaly excluded from the API response if no value
# subset legs use names(legs) %in% as sometimes columns are missing - for example
# routeShortName (presumably excluded from the API response if no value
# in any legs?). Also fewer columns when just a WALK, BICYCLE or CAR leg
# is returned.

Expand Down

0 comments on commit 372ca28

Please sign in to comment.