From be57f3b1049355f0afde4ee1e6f825378371761d Mon Sep 17 00:00:00 2001 From: Matan Date: Wed, 22 May 2024 18:53:08 +0300 Subject: [PATCH] Update documentation of `remove_empty()` `cutoff` argument --- man/remove_empty.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/remove_empty.Rd b/man/remove_empty.Rd index 35252f5a..66652c27 100644 --- a/man/remove_empty.Rd +++ b/man/remove_empty.Rd @@ -13,8 +13,8 @@ remove_empty(dat, which = c("rows", "cols"), cutoff = 1, quiet = TRUE) value of which is provided, defaults to removing both empty rows and empty columns, declaring the behavior with a printed message.} -\item{cutoff}{What fraction (>0 to <=1) of rows or columns must be empty to -be removed?} +\item{cutoff}{Under what fraction (>0 to <=1) of non-empty rows or columns should +\code{which} be removed? Lower values keep more rows/columns, higher values drop more.} \item{quiet}{Should messages be suppressed (\code{TRUE}) or printed (\code{FALSE}) indicating the summary of empty columns or rows removed?}