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
466B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{subNames}
  4. \alias{subNames}
  5. \title{Create the subtables names}
  6. \usage{
  7. subNames(grp, df)
  8. }
  9. \arguments{
  10. \item{grp}{Grouping factor}
  11. \item{df}{Dataframe containing the grouping factor}
  12. }
  13. \value{
  14. A character vector with the names for the subtables
  15. }
  16. \description{
  17. Create the subtables names, as
  18. factor: level (n=sub-group length)
  19. }
  20. \keyword{deprecated}
  21. \keyword{internal}