From 0e09f88e4c15633b78187e3c3bef0c6668afd0f7 Mon Sep 17 00:00:00 2001 From: Daniel Possenriede Date: Mon, 13 Jan 2025 12:58:44 +0100 Subject: [PATCH] remove duplicate word --- R/pivot-wide.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pivot-wide.R b/R/pivot-wide.R index 2ae59bbd..bd84be41 100644 --- a/R/pivot-wide.R +++ b/R/pivot-wide.R @@ -122,7 +122,7 @@ #' ) #' #' # When there are multiple `names_from` or `values_from`, you can use -#' # use `names_sep` or `names_glue` to control the output variable names +#' # `names_sep` or `names_glue` to control the output variable names #' us_rent_income %>% #' pivot_wider( #' names_from = variable,