You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
620B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/build.R
  3. \name{statTable}
  4. \alias{statTable}
  5. \title{Generate the table of all statistics for all variables}
  6. \usage{
  7. statTable(data, stats)
  8. }
  9. \arguments{
  10. \item{data}{The dataframe to apply the statistic to}
  11. \item{stats}{A list of named statistics to use}
  12. }
  13. \value{
  14. A dataframe of all statistics for all variables
  15. }
  16. \description{
  17. If stats is a list of functions or purrr::map like formulas, use them.
  18. If it is a single function, use it with the entire data as
  19. its argument to produce a list of statistical functions to use.
  20. }
  21. \keyword{internal}