From 49b4527c0b1380eae92792f64df59ad38d795b03 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 22 Mar 2024 15:58:19 +0100 Subject: [PATCH] Update R/data_expand.R Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> --- R/data_expand.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/data_expand.R b/R/data_expand.R index 18fe0545e..f3b1bf72d 100644 --- a/R/data_expand.R +++ b/R/data_expand.R @@ -8,7 +8,7 @@ #' @param data A data frame. #' @param expand The name of the column that contains the counts of replications #' for each row. -#' @param remove_na Logical, if `TRUE`, missing values (`NA`) in the column +#' @param remove_na Logical. If `TRUE`, missing values in the column #' provided in `expand` are removed from the data frame. If `FALSE` and `expand` #' contains missing values, the function will throw an error. #' @param ... Currently not used.