diff --git a/R/remove_empties.R b/R/remove_empties.R index b957f33..2e94d1b 100644 --- a/R/remove_empties.R +++ b/R/remove_empties.R @@ -8,7 +8,7 @@ #' value of which is provided, defaults to removing both empty rows and empty #' columns, declaring the behavior with a printed message. #' @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. +#' retained. E.g., `cutoff = 0.8` means that rows/cols that are 20% or more missing will be dropped. #' @param quiet Should messages be suppressed (`TRUE`) or printed #' (`FALSE`) indicating the summary of empty columns or rows removed? #' @return Returns the object without its missing rows or columns.