Package: tables 0.9.35

tables: Formula-Driven Table Generation

Computes and displays complex tables of summary statistics. Output may be in LaTeX, HTML, plain text, or an R matrix for further processing.

Authors:Duncan Murdoch [aut, cre]

tables_0.9.35.tar.gz
tables_0.9.35.zip(r-4.7)tables_0.9.35.zip(r-4.6)tables_0.9.35.zip(r-4.5)
tables_0.9.35.tgz(r-4.6-any)tables_0.9.35.tgz(r-4.5-any)
tables_0.9.35.tar.gz(r-4.7-any)tables_0.9.35.tar.gz(r-4.6-any)
tables_0.9.35.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tables/json (API)

# Install 'tables' in R:
install.packages('tables', repos = c('https://dmurdoch.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/dmurdoch/tables/issues

Pkgdown/docs site:https://dmurdoch.github.io

On CRAN:

Conda:

10.70 score 13 stars 7 packages 734 scripts 41k downloads 2 mentions 42 exports 10 dependencies

Last updated from:88c60f03d3. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK130
source / vignettesOK189
linux-release-x86_64OK168
macos-release-arm64OK101
macos-oldrel-arm64OK109
windows-develOK102
windows-releaseOK90
windows-oldrelOK127
wasm-releaseOK135

Exports:AllAllObsArgumentsas.tabularbooktabscolLabelscolLabels<-DropEmptyFactorFormatHeadingHlinehtml.tabularHTMLfootnoteshtmlNumerichtmloptionsJustifyknit_print.tabularlabelSubsetlatex.tabularlatexNumericlatexTableLiteralmatrix_form.tabularMulticolumnPastePercentPlusMinusRowFactorrowLabelsrowLabels<-RowNumtable_optionstabulartoHTMLtoKabletoLatextoTinytableuseGroupLabelswrite.csv.tabularwrite.table.tabularwriteCSS

Dependencies:base64encdigestevaluatefastmaphighrhtmltoolsknitrrlangxfunyaml

About the tables package

Last update: 2026-06-04
Started: 2023-02-10

Tables in R Markdown
Introduction | Reference | Function syntax | tabular() | format(), print(), toLatex() | as.matrix(), write.csv.tabular(), write.table.tabular() | as.tabular() | table_options(), booktabs() | latexNumeric() | Operators | $e_1 + e_2$ | $e_1 * e_2$ | $e_1 \sim e_2$ | $e_1 = e_2$ | Terms in Formulas | Closures or other functions | Factors | Logical vectors | Language Expressions | Other vectors | "Pseudo-functions" | Format() | .Format() | Heading() | Justify() | Percent() | Arguments() | DropEmpty() | Formula Functions | All() | AllObs(), RowNum() | Hline() | Literal() | PlusMinus() | Paste() | Factor(), RowFactor() and Multicolumn() | Further Details | Formatting | Missing Values | Subsetting and Joining Tables | knitr, rmarkdown and kableExtra support | Captions, labels, etc. | Acknowledgments | References

Last update: 2026-06-04
Started: 2023-02-10

HTML Tables
Initializing | Inserting a Table | Improving the Look | Fine tuning | kableExtra support | tinytable support

Last update: 2024-08-22
Started: 2023-02-10

Readme and manuals

Help Manual

Help pageTopics
Include all columns of a dataframe.All
Display all observations in a table.AllObs RowNum
'Arguments' pseudo-functionArguments
Convert tabular object to matrixas.matrix.tabular
Convert matrix or dataframe to tabular object.as.tabular as.tabular.data.frame as.tabular.default
'DropEmpty' pseudo-functionDropEmpty
'Format' pseudo-function.Format Format
'Heading' pseudo-functionHeading
Add a horizontal line to a LaTeX table.Hline
Display a tabular object using HTML.html.tabular toHTML writeCSS
Construct footnotesHTMLfootnotes
'Justify' pseudo-functionJustify
Custom printing of 'tabular' objects.knit_print.tabular
Retrieve or modify the row or column labels.colLabels colLabels<- rowLabels rowLabels<- [.tabularColLabels [.tabularRowLabels
Add a label to a logical vector.labelSubset
Display a tabular object using LaTeX.latex.tabular toLatex toLatex.tabular
Process numeric LaTeX or HTML values.htmlNumeric latexNumeric
Create table in full table environmentlatexTable
Insert a literal entry into a table margin.Literal
Transform tabular object to matrices printable by formatters packagematrix_form.tabular
Generate terms to paste values together in table.Paste
Pseudo-function to compute a statistic relative to a reference set.Equal Percent Unequal
Generate 'x +/- y' terms in table.PlusMinus
Use a variable as a factor to give rows in a table.Factor Multicolumn RowFactor
Set or query options for the table formatting.booktabs htmloptions table_options
Compute complex tablecbind.tabular format.tabular print.tabular rbind.tabular tabular tabular.default tabular.formula [.tabular
Convert 'tabular' object to 'knitr_kable' format.getKnitrFormat toKable
Convert 'tabular' object to 'tinytable' format.toTinytable
Format table with groups of linesuseGroupLabels
Write table to file in CSV or other format.write.csv.tabular write.table.tabular