tb | R Documentation |
Make a tidy dataset out of freq() or descr() outputs
tb(x, order = 1, na.rm = FALSE, drop.var.col = FALSE)
x |
a freq() or descr() output object. |
order |
Integer. Useful for grouped results produced with
|
na.rm |
Logical. For |
drop.var.col |
Logical. For |
A tibble
which is constructed following the
tidy principles.
tb(freq(iris$Species)) tb(descr(iris)) data("tobacco") tb(stby(tobacco, tobacco$gender, descr))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.