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 d584692 commit 1c28fc4
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 a row/col should have at least this fraction (>0 to <=1) of non-NA values to be
#' @param cutoff a row/col should have at above this fraction of non-NA values to be
#' 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?
Expand Down

0 comments on commit 1c28fc4

Please sign in to comment.