Skip to content

Commit

Permalink
Fix typo in has_fraction_in_any_col example (#1266)
Browse files Browse the repository at this point in the history
Fixes #1265
  • Loading branch information
edelarua committed Jul 12, 2024
1 parent 99f9c3d commit cca99f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/prune_occurrences.R
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ has_fraction_in_cols <- function(atleast, ...) {
#' \donttest{
#' # `has_fraction_in_any_col`
#' any_atleast_five_percent <- has_fraction_in_any_col(atleast = 0.05, col_names = names(tab))
#' prune_table(tab, keep_rows(more_than_five_percent))
#' prune_table(tab, keep_rows(any_atleast_five_percent))
#' }
#'
#' @export
Expand Down
2 changes: 1 addition & 1 deletion man/prune_occurrences.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cca99f5

Please sign in to comment.