Package index
-
All() - Include all columns of a dataframe.
-
Arguments() Argumentspseudo-function
-
DropEmpty() DropEmptypseudo-function
-
HTMLfootnotes() - Construct footnotes
-
Heading() Headingpseudo-function
-
Hline() - Add a horizontal line to a LaTeX table.
-
Justify() Justifypseudo-function
-
Literal() - Insert a literal entry into a table margin.
-
Paste() - Generate terms to paste values together in table.
-
Percent() - Pseudo-function to compute a statistic relative to a reference set.
-
PlusMinus() - Generate
x +/- yterms in table.
-
Factor()RowFactor()Multicolumn() - Use a variable as a factor to give rows in a table.
-
as.matrix(<tabular>) - Convert tabular object to matrix
-
as.tabular() - Convert matrix or dataframe to tabular object.
-
toHTML()html.tabular()writeCSS() - Display a tabular object using HTML.
-
knit_print(<tabular>) - Custom printing of
tabularobjects.
-
labelSubset() - Add a label to a logical vector.
-
rowLabels()`rowLabels<-`()colLabels()`colLabels<-`()`[`(<tabularRowLabels>)`[`(<tabularColLabels>) - Retrieve or modify the row or column labels.
-
toLatex()latex.tabular() - Display a tabular object using LaTeX.
-
latexNumeric()htmlNumeric() - Process numeric LaTeX or HTML values.
-
latexTable() - Create table in full table environment
-
matrix_form.tabular() - Transform tabular object to matrices printable by formatters package
-
table_options()booktabs()htmloptions() - Set or query options for the table formatting.
-
tabular()print(<tabular>)format(<tabular>)`[`(<tabular>)cbind(<tabular>)rbind(<tabular>) - Compute complex table
-
toKable()getKnitrFormat() - Convert
tabularobject toknitr_kableformat.
-
toTinytable() - Convert
tabularobject totinytableformat.
-
useGroupLabels() - Format table with groups of lines
-
write.csv.tabular()write.table.tabular() - Write table to file in CSV or other format.