Skip to content

Commit

Permalink
Merge branch 'main' into data_summary_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke authored Nov 25, 2024
2 parents b85025c + 9c8fcc0 commit eb5bea9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#' data frame or a matrix.
#'
#' @param x A (grouped) data frame.
#' @param by Optional character string, indicating the name of a variable in `x`.
#' If supplied, the data will be split by this variable and summary statistics
#' will be computed for each group.
#' @param by Optional character string, indicating the names of one or more
#' variables in the data frame. If supplied, the data will be split by these
#' variables and summary statistics will be computed for each group.
#' @param remove_na Logical. If `TRUE`, missing values are omitted from the
#' grouping variable. If `FALSE` (default), missing values are included as a
#' level in the grouping variable.
Expand Down
6 changes: 3 additions & 3 deletions man/data_summary.Rd

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

0 comments on commit eb5bea9

Please sign in to comment.