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

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/deprecated.R
  3. \name{flatten_desctable}
  4. \alias{flatten_desctable}
  5. \title{Flatten a desctable to a dataframe recursively}
  6. \usage{
  7. flatten_desctable(desctable)
  8. }
  9. \arguments{
  10. \item{desctable}{A desctable object}
  11. }
  12. \value{
  13. A flat dataframe
  14. }
  15. \description{
  16. Flatten a desctable to a dataframe recursively
  17. }
  18. \keyword{deprecated}
  19. \keyword{internal}