forked from davidgohel/flextable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
119 lines (118 loc) · 2.87 KB
/
NAMESPACE
File metadata and controls
119 lines (118 loc) · 2.87 KB
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
# Generated by roxygen2: do not edit by hand
S3method(colformat_char,complextable)
S3method(colformat_char,regulartable)
S3method(colformat_int,complextable)
S3method(colformat_int,regulartable)
S3method(colformat_num,complextable)
S3method(colformat_num,regulartable)
S3method(dim,flextable)
S3method(format,flextable)
S3method(knit_print,flextable)
S3method(print,flextable)
export(add_footer)
export(add_header)
export(align)
export(as_image)
export(autofit)
export(bg)
export(body_add_flextable)
export(body_replace_flextable_at_bkm)
export(bold)
export(border)
export(border_inner_h)
export(border_inner_v)
export(border_outer)
export(border_remove)
export(colformat_char)
export(colformat_int)
export(colformat_num)
export(color)
export(delete_part)
export(dim_pretty)
export(display)
export(empty_blanks)
export(flextable)
export(font)
export(fontsize)
export(footers_flextable_at_bkm)
export(headers_flextable_at_bkm)
export(height)
export(height_all)
export(hline)
export(hline_bottom)
export(hline_top)
export(htmltools_value)
export(hyperlink_text)
export(italic)
export(merge_at)
export(merge_h)
export(merge_none)
export(merge_v)
export(minibar)
export(padding)
export(ph_with_flextable)
export(ph_with_flextable_at)
export(regulartable)
export(rotate)
export(set_footer_df)
export(set_formatter)
export(set_formatter_type)
export(set_header_df)
export(set_header_labels)
export(style)
export(theme_booktabs)
export(theme_box)
export(theme_tron)
export(theme_tron_legacy)
export(theme_vanilla)
export(theme_zebra)
export(vline)
export(vline_left)
export(vline_right)
export(void)
export(width)
export(xtable_to_flextable)
import(officer)
importFrom(R6,R6Class)
importFrom(gdtools,m_str_extents)
importFrom(gdtools,raster_str)
importFrom(gdtools,raster_write)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(htmltools,HTML)
importFrom(htmltools,browsable)
importFrom(htmltools,div)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,htmlEscape)
importFrom(knitr,asis_output)
importFrom(knitr,knit_print)
importFrom(knitr,opts_current)
importFrom(knitr,opts_knit)
importFrom(officer,add_slide)
importFrom(officer,body_add_xml)
importFrom(officer,docx_reference_img)
importFrom(officer,fp_border)
importFrom(officer,fp_cell)
importFrom(officer,fp_par)
importFrom(officer,fp_sign)
importFrom(officer,fp_text)
importFrom(officer,ph_from_xml)
importFrom(officer,ph_from_xml_at)
importFrom(officer,read_docx)
importFrom(officer,read_pptx)
importFrom(officer,wml_link_images)
importFrom(rmarkdown,pandoc_version)
importFrom(stats,as.formula)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stringr,fixed)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(utils,browseURL)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(xml2,as_xml_document)
importFrom(xml2,xml_replace)