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.

20 lines
397B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{head_datatable}
  4. \alias{head_datatable}
  5. \title{Build the header for datatable}
  6. \usage{
  7. head_datatable(head)
  8. }
  9. \arguments{
  10. \item{head}{A headerList object}
  11. }
  12. \value{
  13. An htmltools$tags object containing the header
  14. }
  15. \description{
  16. Build the header for datatable
  17. }
  18. \keyword{deprecated}
  19. \keyword{internal}