colt_styles: Colt style elements

Description Usage Arguments

Description

Colt style elements

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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


colt documentation built on May 2, 2019, 8:52 a.m.