From d13f428d5a7149728c6f4a0fcc8711d55dd0875a Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Mon, 25 Nov 2024 10:53:58 -0500 Subject: [PATCH] Update R/remove_empties.R --- R/remove_empties.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/remove_empties.R b/R/remove_empties.R index 80683f6..b957f33 100644 --- a/R/remove_empties.R +++ b/R/remove_empties.R @@ -7,7 +7,7 @@ #' @param which one of "rows", "cols", or `c("rows", "cols")`. Where no #' value of which is provided, defaults to removing both empty rows and empty #' columns, declaring the behavior with a printed message. -#' @param cutoff Under what fraction (>0 to <=1) of non-empty rows or columns should +#' @param cutoff a row/col should have at least this fraction (>0 to <=1) of non-NA values to be #' `which` be removed? Lower values keep more rows/columns, higher values drop more. #' @param quiet Should messages be suppressed (`TRUE`) or printed #' (`FALSE`) indicating the summary of empty columns or rows removed?