diff --git a/R/sequential.R b/R/sequential.R index 3da8d289..db80bd6e 100644 --- a/R/sequential.R +++ b/R/sequential.R @@ -14,9 +14,11 @@ #' * `return`: stop iterating, returning all the successful responses #' received so far, as well as an error object for the failed request. #' * `continue`: continue iterating, recording errors in the result. -#' @param progress Display a progress bar? Use `TRUE` to turn on a basic -#' progress bar, use a string to give it a name, or see [progress_bars] to -#' customise it in other ways. +#' @param progress Display a progress bar for the status of all requests? Use +#' `TRUE` to turn on a basic progress bar, use a string to give it a name, +#' or see [progress_bars] to customize it in other ways. Not compatible with +#' [req_progress()], as httr2 can only display a single progress bar at a +#' time. #' @return #' A list, the same length as `reqs`, containing [response]s and possibly #' error objects, if `on_error` is `"return"` or `"continue"` and one of the diff --git a/man/req_perform_iterative.Rd b/man/req_perform_iterative.Rd index 8c8ce2f4..4b86e534 100644 --- a/man/req_perform_iterative.Rd +++ b/man/req_perform_iterative.Rd @@ -35,9 +35,11 @@ perform all requests until \code{next_req()} returns \code{NULL}.} far, as well as an error object for the failed request. }} -\item{progress}{Display a progress bar? Use \code{TRUE} to turn on a basic -progress bar, use a string to give it a name, or see \link{progress_bars} to -customise it in other ways.} +\item{progress}{Display a progress bar for the status of all requests? Use +\code{TRUE} to turn on a basic progress bar, use a string to give it a name, +or see \link{progress_bars} to customize it in other ways. Not compatible with +\code{\link[=req_progress]{req_progress()}}, as httr2 can only display a single progress bar at a +time.} } \value{ A list, at most length \code{max_reqs}, containing \link{response}s and possibly one diff --git a/man/req_perform_parallel.Rd b/man/req_perform_parallel.Rd index 37b95197..f9c94399 100644 --- a/man/req_perform_parallel.Rd +++ b/man/req_perform_parallel.Rd @@ -31,9 +31,11 @@ received so far, as well as an error object for the failed request. \item \code{continue}: continue iterating, recording errors in the result. }} -\item{progress}{Display a progress bar? Use \code{TRUE} to turn on a basic -progress bar, use a string to give it a name, or see \link{progress_bars} to -customise it in other ways.} +\item{progress}{Display a progress bar for the status of all requests? Use +\code{TRUE} to turn on a basic progress bar, use a string to give it a name, +or see \link{progress_bars} to customize it in other ways. Not compatible with +\code{\link[=req_progress]{req_progress()}}, as httr2 can only display a single progress bar at a +time.} } \value{ A list, the same length as \code{reqs}, containing \link{response}s and possibly diff --git a/man/req_perform_sequential.Rd b/man/req_perform_sequential.Rd index f3103a80..1089db62 100644 --- a/man/req_perform_sequential.Rd +++ b/man/req_perform_sequential.Rd @@ -26,9 +26,11 @@ received so far, as well as an error object for the failed request. \item \code{continue}: continue iterating, recording errors in the result. }} -\item{progress}{Display a progress bar? Use \code{TRUE} to turn on a basic -progress bar, use a string to give it a name, or see \link{progress_bars} to -customise it in other ways.} +\item{progress}{Display a progress bar for the status of all requests? Use +\code{TRUE} to turn on a basic progress bar, use a string to give it a name, +or see \link{progress_bars} to customize it in other ways. Not compatible with +\code{\link[=req_progress]{req_progress()}}, as httr2 can only display a single progress bar at a +time.} } \value{ A list, the same length as \code{reqs}, containing \link{response}s and possibly