-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
91 lines (90 loc) · 2.28 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
S3method(as_kable,tablet)
S3method(as_tablet,data.frame)
S3method(as_xtable,tablet)
S3method(categoricals,data.frame)
S3method(classifiers,data.frame)
S3method(devalued,observations)
S3method(escape_latex,default)
S3method(escape_latex,latex)
S3method(groupfull,data.frame)
S3method(groupless,data.frame)
S3method(groupwise,data.frame)
S3method(header_rows,tablet)
S3method(headerlist,tablette)
S3method(index,tablette)
S3method(numerics,data.frame)
S3method(observations,data.frame)
S3method(recap,knitr_kable)
S3method(splice,data.frame)
S3method(tablet,data.frame)
S3method(tablet,tablette)
S3method(tablette,groupwise)
S3method(tablette,tablet)
S3method(widgets,devalued)
export(absolutizePath)
export(as_kable)
export(as_tablet)
export(as_xtable)
export(categoricals)
export(classifiers)
export(devalued)
export(escape_latex)
export(groupfull)
export(groupless)
export(groupwise)
export(header_rows)
export(headerlist)
export(index)
export(mesa)
export(numerics)
export(observations)
export(recap)
export(relativizePath)
export(splice)
export(tablet)
export(tablette)
export(widgets)
importFrom(dplyr,across)
importFrom(dplyr,add_count)
importFrom(dplyr,add_tally)
importFrom(dplyr,all_of)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,groups)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,tally)
importFrom(dplyr,ungroup)
importFrom(fs,is_absolute_path)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,kbl)
importFrom(kableExtra,linebreak)
importFrom(kableExtra,pack_rows)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(reactable,reactable)
importFrom(reactable,reactableOutput)
importFrom(reactable,renderReactable)
importFrom(rlang,":=")
importFrom(rlang,as_string)
importFrom(rlang,eval_tidy)
importFrom(rlang,f_lhs)
importFrom(rlang,f_rhs)
importFrom(spork,as_html)
importFrom(spork,as_latex)
importFrom(spork,as_spork)
importFrom(tidyr,gather)
importFrom(tidyr,replace_na)
importFrom(tidyr,spread)
importFrom(yamlet,as_dvec)