Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Aug 14, 2023
1 parent b990e9f commit 836b903
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/row_means.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
#' @param digits Numeric value indicating the number of decimal places to be
#' used for rounding mean values. Negative values are allowed (see 'Details').
#' By default, `digits = NULL` and no rounding is used.
#' @param remove_na Logical, if `TRUE` (default), removes missing (`NA`) values
#' before calculating row means. Only applies if `min_valuid` is not specified.
#' @param verbose Toggle warnings.
#' @inheritParams find_columns
#'
#' @return A vector with row means for those rows with at least `n` valid values.
#'
Expand Down
52 changes: 52 additions & 0 deletions man/row_means.Rd

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

0 comments on commit 836b903

Please sign in to comment.