View source: R/style-helpers.R
| cm_style | R Documentation |
Constructs a validated style object for use with corr_matrix().
cm_style(...)
... |
Named style entries. Names should match the extra field names
passed to |
An object of class c("cm_style", "tabstats_style").
cm_style(rho = "blue_bold", pval = "red", title = "bold")
cm_style(rho = \(x) cli::col_cyan(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.