arsenal
tables with common structurearsenal
tables with common structure
has_strata(x)# S3 method for arsenal_table
[(x, i, j, ...)
# S3 method for arsenal_table
labels(object, ...)
# S3 method for arsenal_table
labels(x) <- value
# S3 method for arsenal_table
print(x, ...)
# S3 method for arsenal_table
merge(x, y, all = FALSE, all.x = all, all.y = all, ...)
# S3 method for freqlist
merge(x, y, all = TRUE, ...)
# S3 method for 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
)
An object of class "arsenal_table"
A vector to index x
with: either names of variables, a numeric vector, or a logical vector of appropriate length.
i
indexes the x-variables, and j
indexes the by-variables.
Other arguments (only used in print.summary.arsenal_table
)
A list of new labels.
Logicals, denoting which terms to keep if not all are in common.
Passed to kable
: the format for the table. The default here is "markdown".
To use the default in kable
, pass NULL
. If x$text
specifies LaTeX or HTML formatting,
that format is used in the table.
Passed to kable
: should special characters be escaped when printed?
Passed to smart.split
for formatting of the "term" column.