Skip to content

Commit

Permalink
Update R/remove_empties.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sfirke authored Nov 25, 2024
1 parent be57f3b commit d13f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/remove_empties.R
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit d13f428

Please sign in to comment.