Package: tables 0.9.31

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.31.tar.gz
tables_0.9.31.zip(r-4.5)tables_0.9.31.zip(r-4.4)tables_0.9.31.zip(r-4.3)
tables_0.9.31.tgz(r-4.4-any)tables_0.9.31.tgz(r-4.3-any)
tables_0.9.31.tar.gz(r-4.5-noble)tables_0.9.31.tar.gz(r-4.4-noble)
tables_0.9.31.tgz(r-4.4-emscripten)tables_0.9.31.tgz(r-4.3-emscripten)
tables.pdf |tables.html
tables/json (API)
NEWS

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

Peer review:

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

On CRAN:

10.18 score 13 stars 7 packages 572 scripts 16k downloads 2 mentions 42 exports 10 dependencies

Last updated 2 months agofrom:6652fbd66c. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 28 2024
R-4.5-winOKOct 28 2024
R-4.5-linuxOKOct 28 2024
R-4.4-winOKOct 28 2024
R-4.4-macOKOct 28 2024
R-4.3-winOKOct 28 2024
R-4.3-macOKOct 28 2024

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

Dependencies:base64encdigestevaluatefastmaphighrhtmltoolsknitrrlangxfunyaml

About the tables package

Rendered fromtables.Rnwusingutils::Sweaveon Oct 28 2024.

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