list_tidiers {biobroom} | R Documentation |
This method handles the return values of functions that return lists
rather than S3 objects, such as sva
,
and therefore cannot be handled by S3 dispatch.
## S3 method for class 'list' tidy(x, ...) ## S3 method for class 'list' glance(x, ...)
x |
list object |
... |
extra arguments, passed to the tidying function |
Those tiders themselves are implemented as functions of the form tidy_<function> that are not exported.