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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/utils.R
  3. \name{which.desctable}
  4. \alias{which.desctable}
  5. \title{Is the object possibly a desctable?}
  6. \usage{
  7. which.desctable(desctable)
  8. }
  9. \arguments{
  10. \item{desctable}{A potential desctable to check}
  11. }
  12. \value{
  13. The type of desctable or FALSE
  14. }
  15. \description{
  16. Check if the object is produced by desc_table.
  17. Return a string:
  18. - simple
  19. - grouped
  20. or FALSE if not a desctable
  21. }
  22. \keyword{internal}