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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{set_desctable_class}
  4. \alias{set_desctable_class}
  5. \title{Set the "desctable" class to the passed object}
  6. \usage{
  7. set_desctable_class(x)
  8. }
  9. \arguments{
  10. \item{x}{Object to set the "desctable" class to}
  11. }
  12. \value{
  13. The object with the class "desctable"
  14. }
  15. \description{
  16. Set the "desctable" class to the passed object
  17. }
  18. \keyword{deprecated}
  19. \keyword{internal}