diff --git a/man/map.Rd b/man/map.Rd index 84493c1d..1903b700 100644 --- a/man/map.Rd +++ b/man/map.Rd @@ -54,7 +54,7 @@ x |> map(\\(x) f(x, 1, 2, collapse = ",")) This makes it easier to understand which arguments belong to which function and will tend to yield better error messages.} -\item{.progress}{Whether to show a progress bar. Use \code{TRUE} to a turn on +\item{.progress}{Whether to show 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} for more details.} diff --git a/man/map2.Rd b/man/map2.Rd index 226a857f..b7bb0c82 100644 --- a/man/map2.Rd +++ b/man/map2.Rd @@ -52,7 +52,7 @@ x |> map(\\(x) f(x, 1, 2, collapse = ",")) This makes it easier to understand which arguments belong to which function and will tend to yield better error messages.} -\item{.progress}{Whether to show a progress bar. Use \code{TRUE} to a turn on +\item{.progress}{Whether to show 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} for more details.} diff --git a/man/map_if.Rd b/man/map_if.Rd index 9d750636..996bab77 100644 --- a/man/map_if.Rd +++ b/man/map_if.Rd @@ -57,7 +57,7 @@ and returns a logical, integer, or character vector of elements to select. installed, you can use \code{vars()} and tidyselect helpers to select elements.} -\item{.progress}{Whether to show a progress bar. Use \code{TRUE} to a turn on +\item{.progress}{Whether to show 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} for more details.} } diff --git a/man/pmap.Rd b/man/pmap.Rd index 0e3cfe87..2cf2c485 100644 --- a/man/pmap.Rd +++ b/man/pmap.Rd @@ -58,7 +58,7 @@ x |> map(\\(x) f(x, 1, 2, collapse = ",")) This makes it easier to understand which arguments belong to which function and will tend to yield better error messages.} -\item{.progress}{Whether to show a progress bar. Use \code{TRUE} to a turn on +\item{.progress}{Whether to show 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} for more details.}