Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 10, 2024
1 parent 640557c commit cbad289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/row_count.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#' @param count The value for which the row sum should be computed. May be a
#' numeric value, a character string (for factors or character vectors), `NA` or
#' `Inf`.
#' @param allow_coercion Logical. If `TRUE`, `count` matches only values of same
#' @param allow_coercion Logical. If `FALSE`, `count` matches only values of same
#' type (i.e. when `count = 2`, the value `"2"` is not counted and vice versa).
#' By default, when `allow_coercion = FALSE`, `count = 2` also matches `"2"`.
#' By default, when `allow_coercion = TRUE`, `count = 2` also matches `"2"`.
#' See 'Examples'.
#'
#' @inheritParams extract_column_names
Expand Down
4 changes: 2 additions & 2 deletions man/row_count.Rd

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

0 comments on commit cbad289

Please sign in to comment.