All functions

All()

Include all columns of a dataframe.

AllObs() RowNum()

Display all observations in a table.

Arguments()

Arguments pseudo-function

DropEmpty()

DropEmpty pseudo-function

Format() .Format()

Format pseudo-function

HTMLfootnotes()

Construct footnotes

Heading()

Heading pseudo-function

Hline()

Add a horizontal line to a LaTeX table.

Justify()

Justify pseudo-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 +/- y terms 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 tabular objects.

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 tabular object to knitr_kable format.

toTinytable()

Convert tabular object to tinytable format.

useGroupLabels()

Format table with groups of lines

write.csv.tabular() write.table.tabular()

Write table to file in CSV or other format.