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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{header}
  4. \alias{header}
  5. \title{Build header}
  6. \usage{
  7. header(desctable, output = c("pander", "datatable", "dataframe"))
  8. }
  9. \arguments{
  10. \item{desctable}{A desctable object}
  11. \item{output}{An output format for the header}
  12. }
  13. \value{
  14. A header object in the output format
  15. }
  16. \description{
  17. Take a desctable object and create a suitable header for the mentionned output.
  18. Output can be one of "pander", "datatable", or "dataframe".
  19. }
  20. \keyword{deprecated}
  21. \keyword{internal}