list_tidiers: Tidiers for return values from functions that aren't S3...

Description Usage Arguments Details

Description

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.

Usage

1
2
3
4
5
## S3 method for class 'list'
tidy(x, ...)

## S3 method for class 'list'
glance(x, ...)

Arguments

x

list object

...

extra arguments, passed to the tidying function

Details

Those tiders themselves are implemented as functions of the form tidy_<function> that are not exported.


StoreyLab/biobroom documentation built on May 9, 2019, 3:09 p.m.