diff --git a/R/across.R b/R/across.R index 9d7ebd6..1cfbe1b 100644 --- a/R/across.R +++ b/R/across.R @@ -7,8 +7,8 @@ #' `if_any()` and `if_all()` are used to apply the same predicate function to a selection of columns and combine the #' results into a single logical vector. #' -#' `across()` supersedes the family of {dplyr} "scoped variants" like `summarise_at()`, `summarise_if()`, and -#' `summarise_all()` and therefore these functions will not be implemented in {poorman}. +#' `across()` supersedes the family of `dplyr` "scoped variants" like `summarise_at()`, `summarise_if()`, and +#' `summarise_all()` and therefore these functions will not be implemented in `poorman`. #' #' @param cols,.cols <[`poor-select`][select_helpers]> Columns to transform. Because `across()` is used within functions #' like `summarise()` and `mutate()`, you can't select or compute upon grouping variables. diff --git a/man/across.Rd b/man/across.Rd index 03c2430..b1804ba 100644 --- a/man/across.Rd +++ b/man/across.Rd @@ -48,8 +48,8 @@ semantics inside in "data-masking" functions like \code{\link[=summarise]{summar \code{if_any()} and \code{if_all()} are used to apply the same predicate function to a selection of columns and combine the results into a single logical vector. -\code{across()} supersedes the family of {dplyr} "scoped variants" like \code{summarise_at()}, \code{summarise_if()}, and -\code{summarise_all()} and therefore these functions will not be implemented in {poorman}. +\code{across()} supersedes the family of \code{dplyr} "scoped variants" like \code{summarise_at()}, \code{summarise_if()}, and +\code{summarise_all()} and therefore these functions will not be implemented in \code{poorman}. } \examples{ # across() -----------------------------------------------------------------