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 d13f428 commit d584692
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 @@ -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.
Expand Down

0 comments on commit d584692

Please sign in to comment.