Learn R Programming

⚠️There's a newer version (0.9.31) of this package.Take me there.

tables (version 0.8.7)

Formula-Driven Table Generation

Description

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

Copy Link

Version

Install

install.packages('tables')

Monthly Downloads

17,556

Version

0.8.7

License

GPL-2

Maintainer

Duncan Murdoch

Last Published

November 11th, 2018

Functions in tables (0.8.7)

AllObs

Display all observations in a table.
as.matrix.tabular

Convert tabular object to matrix
labels

Retrieve or modify the row or column labels.
as.tabular

Convert matrix or dataframe to tabular object.
html.tabular

Display a tabular object using HTML.
Arguments

Arguments pseudo-function
DropEmpty

DropEmpty pseudo-function
write.csv.tabular

Write table to file in CSV or other format.
latex.tabular

Display a tabular object using LaTeX.
Hline

Add a horizontal line to a LaTeX table.
PlusMinus

Generate x +/- y terms in table.
tabular

Compute complex table
table_options

Set or query options for the table formatting.
latexNumeric

Process numeric LaTeX or HTML values.
toKable

Convert tabular object to knitr_kable format.
knit_print.tabular

Custom printing of tabular objects.
Justify

Justify pseudo-function
labelSubset

Add a label to a logical vector.
Format

Format pseudo-function
Heading

Heading pseudo-function
Percent

Pseudo-function to compute a statistic relative to a reference set.
RowFactor

Use a variable as a factor to give rows in a table.
All

Include all columns of a dataframe.
Literal

Insert a literal entry into a table margin.
Paste

Generate terms to paste values together in table.