-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
39 lines (33 loc) · 1.34 KB
/
Copy pathNAMESPACE
File metadata and controls
39 lines (33 loc) · 1.34 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
export(tabular, htmlNumeric, labelSubset, latexNumeric, PlusMinus,
Paste, Hline, Factor, RowFactor, All, Literal, AllObs, RowNum,
Multicolumn, table_options, booktabs, htmloptions, write.csv.tabular, write.table.tabular,
as.tabular, writeCSS,
rowLabels, colLabels, "rowLabels<-", "colLabels<-",
toKable, knit_print.tabular,
toLatex, toHTML, toTinytable, html.tabular, latex.tabular,
latexTable, useGroupLabels, HTMLfootnotes, matrix_form.tabular)
# pseudo-function exports; not meant to be called, but meant to make the checks happy
export(Format, Heading, Justify, Percent, Arguments, DropEmpty)
importFrom(utils, toLatex)
importFrom(htmltools, browsable, HTML)
S3method(print, tabular)
S3method(print, tabularLabels)
S3method(print, tabularLatex)
S3method(format, tabular)
S3method(toLatex, tabular)
#S3method(latex, tabular)
S3method(as.matrix, tabular)
S3method(tabular, default)
S3method(tabular, formula)
S3method("[", tabular)
S3method("[", tabularRowLabels)
S3method("[", tabularColLabels)
S3method(cbind, tabular)
S3method(rbind, tabular)
S3method(as.tabular, default)
S3method(as.tabular, data.frame)
S3method(knit_print, tabular)
importFrom("stats", "as.formula")
importFrom("utils", "localeToCharset", "write.csv", "write.table",
"capture.output")
importFrom("knitr", "kable", "knit_print", "opts_knit")