diff --git a/R/route.R b/R/route.R index e858507e..2f721ef7 100644 --- a/R/route.R +++ b/R/route.R @@ -11,10 +11,6 @@ #' should be shown #' @param list_output If FALSE (default) assumes spatial (linestring) object output. #' Set to TRUE to save output as a list. -#' @param l_id Character string naming the id field from the input lines data, -#' typically the origin and destination ids pasted together. If absent, the row name of the -#' straight lines will be used. -#' @param time_delay Number or seconds to wait between each query #' @param ... Arguments passed to the routing function #' @family routes #' @param cl Cluster diff --git a/man/route.Rd b/man/route.Rd index 3e701b56..5454e6fe 100644 --- a/man/route.Rd +++ b/man/route.Rd @@ -38,12 +38,6 @@ Set to TRUE to save output as a list.} \item{cl}{Cluster} \item{...}{Arguments passed to the routing function} - -\item{l_id}{Character string naming the id field from the input lines data, -typically the origin and destination ids pasted together. If absent, the row name of the -straight lines will be used.} - -\item{time_delay}{Number or seconds to wait between each query} } \description{ Takes origins and destinations, finds the optimal routes between them