Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/osrmNearest.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' \item an sfc object of type POINT,
#' \item an sf object of type POINT.
#' }
#' If \code{src} is a data.frame, a matrix, an sfc object or an sf object then
#' If \code{loc} is a data.frame, a matrix, an sfc object or an sf object then
#' only the first row or element is considered.
#' @param exclude pass an optional "exclude" request option to the OSRM API.
#' @param osrm.server the base URL of the routing server.
Expand All @@ -18,7 +18,7 @@
#' The output of this function is an sf POINT of the point on the street
#' network.\cr
#' It contains 2 fields: \itemize{
#' \item id, the point identifierv
#' \item id, the point identifier
#' \item distance, the distance in meters to the supplied input point.
#' }
#' @importFrom sf st_as_sfc st_crs st_geometry st_sf st_as_sf st_transform
Expand Down
Loading