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
When providing a character vector of length 2 with valid coordinates the user is informed that they should provide a vector of coordinates.
informing the user that the values must be numeric would be more ergonomic / informative to the user e.g. Error: "loc" must be a numeric vector of length 2.
osrmIsochrone(c("10", "20"), breaks= seq(0, 12, 3))
#> Error: "loc" should be a vector of coordinates, i.e., c(lon, lat).
The text was updated successfully, but these errors were encountered:
When providing a character vector of length 2 with valid coordinates the user is informed that they should provide a vector of coordinates.
informing the user that the values must be numeric would be more ergonomic / informative to the user e.g.
Error: "loc" must be a numeric vector of length 2.
The text was updated successfully, but these errors were encountered: