Description Usage Arguments Value See Also
Table function which lists NA entries by default This is a simple wrapper to change defaults from the base R table()
1 2 |
... |
one or more objects which can be interpreted as factors (including character strings), or a list (or data frame) whose components can be so interpreted. (For as.table and as.data.frame, arguments passed to specific methods.) |
exclude |
levels to remove for all factors in .... If set to NULL, it implies useNA = "always". See 'Details' for its interpretation for non-factor arguments. |
useNA |
whether to include NA values in the table. See 'Details'. |
deparse.level |
controls how the default dnn is constructed. See 'Details'. |
tab() returns a contingency table, an object of class "table", an array of integer values
table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.