tidy2: broom::tidy workarounds and additions.

Description Usage Arguments Value Getting Help

Description

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

1
tidy2(x, ...)

Arguments

x

An object to be converted into a tidy data.frame

...

extra arguments

Value

All tidying methods return a data.frame without rownames. The structure depends on the method chosen.

Getting Help

Always look at the broom::tidy equivalent for more help on a function. Almost always a tidy2 method will be nearly identical to a broom::tidy method just with a few things changed.


biodatacore/biodatacoreMTM documentation built on May 12, 2019, 8:41 a.m.