Constructs a validated style object for use with corr_matrix().
Arguments
- ...
Named style entries. Names should match the extra field names passed to
new_corr_data()(e.g.rho,pval,bf), or the reserved keystitleandborder_text.
Examples
cm_style(rho = "blue_bold", pval = "red", title = "bold")
#> <tabstats_style / cm_style>
#> rho: "blue_bold"
#> pval: "red"
#> title: "bold"
cm_style(rho = \(x) cli::col_cyan(x))
#> <tabstats_style / cm_style>
#> rho: <function>
