arsenal_table | R Documentation |
arsenal
tables with common structurearsenal
tables with common structure
has_strata(x)
## S3 method for class 'arsenal_table'
x[i, j, ...]
## S3 method for class 'tableby'
x[i, j, ...]
## S3 method for class 'arsenal_table'
labels(object, ...)
## S3 replacement method for class 'arsenal_table'
labels(x) <- value
## S3 method for class 'arsenal_table'
print(x, ...)
## S3 method for class 'arsenal_table'
merge(x, y, all = FALSE, all.x = all, all.y = all, ...)
## S3 method for class 'freqlist'
merge(x, y, all = TRUE, ...)
## S3 method for class 'summary.arsenal_table'
print(
x,
...,
format = if (!is.null(x$text) && x$text %in% c("html", "latex")) x$text else
"markdown",
escape = x$text %nin% c("html", "latex"),
width = NULL,
min.split = NULL
)
x , y , object |
An object of class |
i , j |
A vector to index |
... |
Other arguments (only used in |
value |
A list of new labels. |
all , all.x , all.y |
Logicals, denoting which terms to keep if not all are in common. |
format |
Passed to |
escape |
Passed to |
width , min.split |
Passed to |
merge
, labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.