Skip to content

Commit

Permalink
issue #822 document fun_unique in datasummary_skim
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Nov 21, 2024
1 parent da6d771 commit 4285a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/datasummary_skim.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' @import data.table
#' @param type String. Variables to summarize: "all", "numeric", "categorical", "dataset"
#' @param by Character vector of grouping variables to compute statistics over.
#' @param fun_numeric Named list of funtions to apply to each column of `data`. If `fun_numeric` includes "Histogram" or "Density", inline plots are inserted.
#' @param fun_numeric Named list of funtions to apply to each numeric column of `data`. If `fun_numeric` includes "Histogram" or "Density", inline plots are inserted. This argument is only used when `type="numeric"` or `"all"`.
#'
#' @template kableExtra2tinytable
#' @template citation
Expand Down
2 changes: 1 addition & 1 deletion man/datasummary_skim.Rd

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

0 comments on commit 4285a64

Please sign in to comment.