View source: R/conditional_effects.R
rows2labels | R Documentation |
Convert information in rows to labels for each row.
rows2labels(x, digits = 2, sep = " & ", incl_vars = TRUE, ...)
x |
A |
digits |
Minimal number of decimal places shown in the labels of numeric variables. |
sep |
A single character string defining the separator between variables used in the labels. |
incl_vars |
Indicates if variable names should
be part of the labels. Defaults to |
... |
Currently unused. |
A character vector of the same length as the number
of rows of x
.
make_conditions
, conditional_effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.