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.

26 lines
544B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{subTable}
  4. \alias{subTable}
  5. \title{Create a subtable in a grouped desctable}
  6. \usage{
  7. subTable(df, stats, tests, grps)
  8. }
  9. \arguments{
  10. \item{df}{Dataframe to use}
  11. \item{stats}{Stats list/function to use}
  12. \item{tests}{Tests list/function to use}
  13. \item{grps}{List of symbols for grouping factors}
  14. }
  15. \value{
  16. A nested list of statTables and testColumns
  17. }
  18. \description{
  19. Create a subtable in a grouped desctable
  20. }
  21. \keyword{deprecated}
  22. \keyword{internal}