-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
75 lines (74 loc) · 2.09 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
# Generated by roxygen2: do not edit by hand
S3method(equation,character)
S3method(equation,default)
S3method(print,inline_equation)
S3method(print,paragraph)
S3method(tabularise_coef,default)
S3method(tabularise_confint,default)
S3method(tabularise_default,Correlation)
S3method(tabularise_default,data.frame)
S3method(tabularise_default,default)
S3method(tabularise_default,matrix)
S3method(tabularise_glance,default)
S3method(tabularise_headtail,data.frame)
S3method(tabularise_headtail,default)
S3method(tabularise_tidy,default)
export(Stb)
export(colformat_md)
export(colformat_sci)
export(eq_)
export(eq__)
export(equation)
export(para_md)
export(tabularise)
export(tabularise_coef)
export(tabularise_confint)
export(tabularise_default)
export(tabularise_glance)
export(tabularise_headtail)
export(tabularise_tidy)
export(tabularize)
export(theme_tt_sciviews)
importFrom(equatiomatic,extract_eq)
importFrom(flextable,add_footer_lines)
importFrom(flextable,add_header_lines)
importFrom(flextable,align)
importFrom(flextable,as_chunk)
importFrom(flextable,as_equation)
importFrom(flextable,as_flextable)
importFrom(flextable,as_i)
importFrom(flextable,as_paragraph)
importFrom(flextable,autofit)
importFrom(flextable,border_outer)
importFrom(flextable,colformat_char)
importFrom(flextable,colformat_num)
importFrom(flextable,delete_part)
importFrom(flextable,flextable)
importFrom(flextable,set_caption)
importFrom(flextable,theme_alafoli)
importFrom(flextable,valign)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(knitr,opts_current)
importFrom(officer,fp_border)
importFrom(officer,fp_cell)
importFrom(officer,fp_par)
importFrom(officer,fp_text)
importFrom(rlang,"%||%")
importFrom(rlang,f_rhs)
importFrom(rlang,get_expr)
importFrom(rlang,is_interactive)
importFrom(rlang,new_function)
importFrom(rlang,pairlist2)
importFrom(rlang,quo)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,terms)
importFrom(svMisc,aka)
importFrom(svMisc,section)
importFrom(tinytable,format_tt)
importFrom(tinytable,style_tt)
importFrom(tinytable,tt)
importFrom(utils,apropos)
importFrom(utils,head)
importFrom(utils,tail)