Learn R Programming

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

tables (version 0.9.6)

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

21,179

Version

0.9.6

License

GPL-2

Maintainer

Duncan Murdoch

Last Published

September 22nd, 2020

Functions in tables (0.9.6)

Hline

Add a horizontal line to a LaTeX table.
DropEmpty

DropEmpty pseudo-function
AllObs

Display all observations in a table.
Justify

Justify pseudo-function
Literal

Insert a literal entry into a table margin.
Arguments

Arguments pseudo-function
Paste

Generate terms to paste values together in table.
All

Include all columns of a dataframe.
Format

Format pseudo-function
Heading

Heading pseudo-function
Percent

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

Add a label to a logical vector.
knit_print.tabular

Custom printing of tabular objects.
latexNumeric

Process numeric LaTeX or HTML values.
PlusMinus

Generate x +/- y terms in table.
latexTable

Create table in full table environment
latex.tabular

Display a tabular object using LaTeX.
labels

Retrieve or modify the row or column labels.
table_options

Set or query options for the table formatting.
tabular

Compute complex table
as.tabular

Convert matrix or dataframe to tabular object.
toKable

Convert tabular object to knitr_kable format.
write.csv.tabular

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

Display a tabular object using HTML.
RowFactor

Use a variable as a factor to give rows in a table.
as.matrix.tabular

Convert tabular object to matrix