tidy
From broom v0.3.4
by David Robinson
Tidy the result of a test into a summary data.frame
The output of tidy is always a data.frame with disposable row names. It is therefore suited for further manipulation by packages like dplyr, reshape2, ggplot2 and ggvis.
Usage
tidy(x, ...)
Arguments
- x
- An object to be converted into a tidy data.frame
- ...
- extra arguments
Value
- a data.frame
Community examples
Looks like there are no examples yet.