You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parameter to allow filtering transport modes in connection().
# Use minus to avoid modes
connection(..., modes= c("-highSpeedTrain", "-subway", "-monorail"))
# ... or use another boolean parameter
connection(..., modes= c("highSpeedTrain", "subway", "monorail"), avoid_modes=FALSE)
Add parameter to allow filtering transport modes in
connection()
.All modes:
See the API documentation.
The text was updated successfully, but these errors were encountered: