From 69aee086ae9ffa3c858add27d6ddef0bf687a2bc Mon Sep 17 00:00:00 2001 From: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> Date: Fri, 24 May 2024 13:53:36 +0100 Subject: [PATCH] plural --- R/data_to_wide.R | 2 +- man/data_to_wide.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/data_to_wide.R b/R/data_to_wide.R index 8341b145d..02ad001db 100644 --- a/R/data_to_wide.R +++ b/R/data_to_wide.R @@ -29,7 +29,7 @@ #' [glue specification](https://glue.tidyverse.org/index.html) that uses the #' `names_from` columns to create custom column names. Note that the only #' delimiters supported by `names_glue` are curly brackets, `{` and `}`. -#' @param values_from The name of the column in the original data that contains +#' @param values_from The name of the columns in the original data that contains #' the values used to fill the new columns created in the widened data. #' @param values_fill Optionally, a (scalar) value that will be used to replace #' missing values in the new columns created. diff --git a/man/data_to_wide.Rd b/man/data_to_wide.Rd index d58a366ed..b2ae49a7d 100644 --- a/man/data_to_wide.Rd +++ b/man/data_to_wide.Rd @@ -46,7 +46,7 @@ be a character vector with more than one name of identifier columns. \code{id_co is an alias for \code{by} for those who are used to the syntax of \verb{tidyr::pivot_*()} functions. See also 'Details' and 'Examples'.} -\item{values_from}{The name of the column in the original data that contains +\item{values_from}{The name of the columns in the original data that contains the values used to fill the new columns created in the widened data.} \item{names_from}{The name of the column in the original data whose values