forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
192 lines (191 loc) · 4.57 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
# Generated by roxygen2: do not edit by hand
S3method(as_flextable,glm)
S3method(as_flextable,grouped_data)
S3method(as_flextable,htest)
S3method(as_flextable,lm)
S3method(as_flextable,xtable)
S3method(colformat_char,flextable)
S3method(colformat_int,flextable)
S3method(colformat_lgl,flextable)
S3method(colformat_num,flextable)
S3method(dim,flextable)
S3method(knit_print,flextable)
S3method(ph_with,flextable)
S3method(plot,flextable)
S3method(print,flextable)
export(add_footer)
export(add_footer_lines)
export(add_footer_row)
export(add_header)
export(add_header_lines)
export(add_header_row)
export(align)
export(align_nottext_col)
export(align_text_col)
export(as_b)
export(as_bracket)
export(as_chunk)
export(as_flextable)
export(as_grouped_data)
export(as_i)
export(as_image)
export(as_paragraph)
export(as_raster)
export(as_sub)
export(as_sup)
export(autofit)
export(bg)
export(body_add_flextable)
export(body_replace_flextable_at_bkm)
export(bold)
export(border)
export(border_inner)
export(border_inner_h)
export(border_inner_v)
export(border_outer)
export(border_remove)
export(colformat_char)
export(colformat_int)
export(colformat_lgl)
export(colformat_num)
export(color)
export(compose)
export(continuous_summary)
export(delete_part)
export(dim_pretty)
export(display)
export(docx_value)
export(empty_blanks)
export(fit_to_width)
export(fix_border_issues)
export(flextable)
export(flextable_dim)
export(flextable_html_dependency)
export(font)
export(fontsize)
export(footers_flextable_at_bkm)
export(footnote)
export(headers_flextable_at_bkm)
export(height)
export(height_all)
export(hline)
export(hline_bottom)
export(hline_top)
export(hrule)
export(htmltools_value)
export(hyperlink_text)
export(italic)
export(linerange)
export(lollipop)
export(merge_at)
export(merge_h)
export(merge_h_range)
export(merge_none)
export(merge_v)
export(minibar)
export(mk_par)
export(padding)
export(ph_with_flextable)
export(ph_with_flextable_at)
export(proc_freq)
export(qflextable)
export(regulartable)
export(rotate)
export(save_as_docx)
export(save_as_html)
export(save_as_image)
export(save_as_pptx)
export(set_caption)
export(set_footer_df)
export(set_formatter)
export(set_formatter_type)
export(set_header_df)
export(set_header_labels)
export(set_table_properties)
export(style)
export(theme_alafoli)
export(theme_booktabs)
export(theme_box)
export(theme_tron)
export(theme_tron_legacy)
export(theme_vader)
export(theme_vanilla)
export(theme_zebra)
export(valign)
export(vline)
export(vline_left)
export(vline_right)
export(void)
export(width)
export(xtable_to_flextable)
import(data.table)
importFrom(base64enc,dataURI)
importFrom(gdtools,font_family_exists)
importFrom(gdtools,m_str_extents)
importFrom(gdtools,raster_str)
importFrom(gdtools,raster_write)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(htmltools,HTML)
importFrom(htmltools,browsable)
importFrom(htmltools,div)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,htmlEscape)
importFrom(knitr,asis_output)
importFrom(knitr,fig_path)
importFrom(knitr,knit_print)
importFrom(knitr,opts_current)
importFrom(knitr,opts_knit)
importFrom(officer,add_slide)
importFrom(officer,block_caption)
importFrom(officer,body_add_par)
importFrom(officer,body_add_xml)
importFrom(officer,cursor_bookmark)
importFrom(officer,docx_reference_img)
importFrom(officer,fp_border)
importFrom(officer,fp_cell)
importFrom(officer,fp_par)
importFrom(officer,fp_text)
importFrom(officer,opts_current_table)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(officer,prop_table)
importFrom(officer,read_docx)
importFrom(officer,read_pptx)
importFrom(officer,run_autonum)
importFrom(officer,shortcuts)
importFrom(officer,styles_info)
importFrom(officer,table_colwidths)
importFrom(officer,table_layout)
importFrom(officer,table_width)
importFrom(officer,to_wml)
importFrom(officer,wml_link_images)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rmarkdown,pandoc_version)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,naprint)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(utils,browseURL)
importFrom(utils,getFromNamespace)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(uuid,UUIDgenerate)
importFrom(xml2,"xml_attr<-")
importFrom(xml2,as_xml_document)
importFrom(xml2,xml_attr)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_replace)