new_tab | R Documentation |
A constructor for class tabxplor_tab
new_tab(
tabs = tibble::tibble(),
subtext = "",
chi2 = tibble::tibble(tables = character(), pvalue = double(), df = integer(), cells =
integer(), variance = double(), count = integer()),
...,
class = character()
)
new_grouped_tab(
tabs = tibble::tibble(),
groups,
subtext = "",
chi2 = tibble::tibble(tables = character(), pvalue = double(), df = integer(), cells =
integer(), variance = double(), count = integer()),
...,
class = character()
)
tabs |
A table, stored into a |
subtext |
A character vector to print legend lines under the table. |
chi2 |
A tibble storing information about pvalues and variances, to fill with
|
... |
Needed to implement subclasses. |
class |
Needed to implement subclasses. |
groups |
The grouping data. |
A tibble
of class tabxplor_tab
.
A tibble
of class tabxplor_grouped_tab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.