forked from davidgohel/ReporteRs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
168 lines (167 loc) · 3.86 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
# Generated by roxygen2 (4.1.0): do not edit by hand
S3method("+",pot)
S3method("[<-",FlexRow)
S3method("[<-",FlexTable)
S3method(addCodeBlock,bsdoc)
S3method(addCodeBlock,docx)
S3method(addCodeBlock,pptx)
S3method(addColumnBreak,docx)
S3method(addDate,pptx)
S3method(addDocument,docx)
S3method(addFlexTable,bsdoc)
S3method(addFlexTable,docx)
S3method(addFlexTable,pptx)
S3method(addFooter,bsdoc)
S3method(addFooter,pptx)
S3method(addIframe,bsdoc)
S3method(addImage,bsdoc)
S3method(addImage,docx)
S3method(addImage,pptx)
S3method(addMarkdown,bsdoc)
S3method(addMarkdown,docx)
S3method(addMarkdown,pptx)
S3method(addPageBreak,docx)
S3method(addPageNumber,pptx)
S3method(addParagraph,Footnote)
S3method(addParagraph,bsdoc)
S3method(addParagraph,docx)
S3method(addParagraph,pptx)
S3method(addPlot,bsdoc)
S3method(addPlot,docx)
S3method(addPlot,pptx)
S3method(addRScript,bsdoc)
S3method(addRScript,docx)
S3method(addRScript,pptx)
S3method(addSection,docx)
S3method(addSlide,pptx)
S3method(addSubtitle,pptx)
S3method(addTOC,bsdoc)
S3method(addTOC,docx)
S3method(addTitle,bsdoc)
S3method(addTitle,docx)
S3method(addTitle,pptx)
S3method(as.FlexTable,sessionInfo)
S3method(as.character,borderProperties)
S3method(as.character,pot)
S3method(as.character,textProperties)
S3method(as.html,FlexTable)
S3method(as.html,RScript)
S3method(as.html,pot)
S3method(chprop,borderProperties)
S3method(chprop,cellProperties)
S3method(chprop,parProperties)
S3method(chprop,textProperties)
S3method(declareTitlesStyles,docx)
S3method(dim,docx)
S3method(dim,pptx)
S3method(length,FlexRow)
S3method(length,FlexTable)
S3method(print,DropDownMenu)
S3method(print,FlexCell)
S3method(print,FlexRow)
S3method(print,FlexTable)
S3method(print,Footnote)
S3method(print,RScript)
S3method(print,borderProperties)
S3method(print,bsdoc)
S3method(print,cellProperties)
S3method(print,docx)
S3method(print,parProperties)
S3method(print,pot)
S3method(print,pptx)
S3method(print,set_of_paragraphs)
S3method(print,textProperties)
S3method(slide.layouts,pptx)
S3method(styles,docx)
S3method(toc.options,docx)
S3method(writeDoc,bsdoc)
S3method(writeDoc,docx)
S3method(writeDoc,pptx)
export(BootstrapMenu)
export(CodeBlock)
export(DropDownMenu)
export(FlexCell)
export(FlexRow)
export(FlexTable)
export(FontMetric)
export(Footnote)
export(RScript)
export(add.plot.interactivity)
export(add.pot)
export(addBootstrapMenu)
export(addCodeBlock)
export(addColumnBreak)
export(addDate)
export(addDocument)
export(addFlexTable)
export(addFooter)
export(addFooterRow)
export(addHeaderRow)
export(addIframe)
export(addImage)
export(addJavascript)
export(addLinkItem)
export(addMarkdown)
export(addPageBreak)
export(addPageNumber)
export(addParagraph)
export(addPlot)
export(addPostCommand)
export(addRScript)
export(addSection)
export(addSlide)
export(addSubtitle)
export(addTOC)
export(addTitle)
export(as.FlexTable)
export(as.html)
export(borderDashed)
export(borderDotted)
export(borderNone)
export(borderProperties)
export(borderSolid)
export(bsdoc)
export(cellProperties)
export(chprop)
export(declareTitlesStyles)
export(deleteBookmark)
export(deleteBookmarkNextContent)
export(docx)
export(is.color)
export(light.table)
export(list_bookmarks)
export(parCenter)
export(parJustify)
export(parLeft)
export(parProperties)
export(parRight)
export(pot)
export(pot_img)
export(pptx)
export(raphael.html)
export(registerRaphaelGraph)
export(reporters_str_width)
export(setColumnsColors)
export(setFlexTableBackgroundColors)
export(setFlexTableBorders)
export(setFlexTableWidths)
export(setRowsColors)
export(setZebraStyle)
export(set_of_paragraphs)
export(slide.layouts)
export(spanFlexTableColumns)
export(spanFlexTableRows)
export(styles)
export(textBold)
export(textBoldItalic)
export(textItalic)
export(textNormal)
export(textProperties)
export(text_extract)
export(toc.options)
export(triggerPostCommand)
export(vanilla.table)
export(writeDoc)
import(ReporteRsjars)
import(rJava)
useDynLib(ReporteRs)