View source: R/tables_bivariate.R
Table | R Documentation |
This is a wrapper around table (using useNA = "ifany"
by
default) and addsmargins.
Table(..., useNA = "ifany", f = list(Sum = sum), margin = NULL, quiet = TRUE)
... |
Arguments to be passed to table. |
useNA |
display NA counts |
f |
function to be used for summaries |
margin |
addmargins margin parameter |
quiet |
addmargins quiet parameter |
The function return same results of table with NA (if present) and margins.
with(airquality, Table(Month, Day))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.