colt_styles {colt} | R Documentation |
Colt style elements
Description
Colt style elements
Usage
clt_default(x, fun = options("colt.theme")[[1]]$clt_default)
clt_h1(x, fun = options("colt.theme")[[1]]$clt_h1)
clt_h2(x, fun = options("colt.theme")[[1]]$clt_h2)
clt_chr(x, fun = options("colt.theme")[[1]]$clt_chr)
clt_chr_accent(x, fun = options("colt.theme")[[1]]$clt_chr_accent)
clt_chr_subtle(x, fun = options("colt.theme")[[1]]$clt_chr_subtle)
clt_true(x, fun = options("colt.theme")[[1]]$clt_true)
clt_false(x, fun = options("colt.theme")[[1]]$clt_false)
clt_maybe(x, fun = options("colt.theme")[[1]]$clt_maybe)
clt_num(x, fun = options("colt.theme")[[1]]$clt_num)
clt_num_accent(x, fun = options("colt.theme")[[1]]$clt_num_accent)
clt_num_subtle(x, fun = options("colt.theme")[[1]]$clt_num_subtle)
clt_bg(x, fun = options("colt.theme")[[1]]$clt_bg)
clt_bg_subtle(x, fun = options("colt.theme")[[1]]$clt_bg_subtle)
clt_bg_accent(x, fun = options("colt.theme")[[1]]$clt_bg_accent)
clt_na(x, fun = options("colt.theme")[[1]]$clt_na)
clt_nan(x, fun = options("colt.theme")[[1]]$clt_nan)
clt_inf(x, fun = options("colt.theme")[[1]]$clt_inf)
clt_null(x, fun = options("colt.theme")[[1]]$clt_null)
clt_info(x, fun = options("colt.theme")[[1]]$clt_info)
clt_message(x, fun = options("colt.theme")[[1]]$clt_message)
clt_warning(x, fun = options("colt.theme")[[1]]$clt_warning)
clt_error(x, fun = options("colt.theme")[[1]]$clt_error)
clt_emph(x, fun = options("colt.theme")[[1]]$clt_emph)
clt_emph2(x, fun = options("colt.theme")[[1]]$clt_emph2)
Arguments
x |
a character vector |
fun |
a styling function |
[Package colt version 0.1.1 Index]