-
Notifications
You must be signed in to change notification settings - Fork 21
/
NAMESPACE
69 lines (68 loc) · 1.62 KB
/
NAMESPACE
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Generated by roxygen2: do not edit by hand
S3method(as_decorated,decorated)
S3method(as_decorated,default)
S3method(as_decorated,list)
S3method(as_decorated_source,character)
S3method(as_decorated_source,default)
S3method(flair_all,decorated)
S3method(flair_all,default)
S3method(flair_lines,decorated)
S3method(flair_lines,default)
S3method(flair_rx,decorated)
S3method(flair_rx,default)
S3method(format,decorated)
S3method(knit_print,decorated)
S3method(mask_rx,decorated)
S3method(mask_rx,default)
S3method(print,decorated)
export("%>%")
export(chunk_addin)
export(decorate)
export(decorate_chunk)
export(decorate_code)
export(decorated)
export(flair)
export(flair_all)
export(flair_args)
export(flair_funs)
export(flair_input_vals)
export(flair_lines)
export(flair_quick)
export(flair_rx)
export(is.decorated)
export(mask)
export(mask_quick)
export(mask_rx)
export(split_sandwiches)
export(src_to_list)
export(txt_background)
export(txt_bold)
export(txt_color)
export(txt_colour)
export(txt_emph)
export(txt_font)
export(txt_size)
export(txt_style)
export(txt_tag)
export(txt_tocode)
export(txt_ul)
export(wrap_html)
import(stringr)
importFrom(glue,glue)
importFrom(knitr,knit_print)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_lgl)
importFrom(purrr,quietly)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_length)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)