Learn R Programming

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

tables (version 0.8.8)

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.8.8

License

GPL-2

Maintainer

Duncan Murdoch

Last Published

May 13th, 2019

Functions in tables (0.8.8)

Literal

Insert a literal entry into a table margin.
Paste

Generate terms to paste values together in table.
labels

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

Display a tabular object using LaTeX.
Hline

Add a horizontal line to a LaTeX table.
Justify

Justify pseudo-function
RowFactor

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

Convert tabular object to matrix
Format

Format pseudo-function
Heading

Heading pseudo-function
toKable

Convert tabular object to knitr_kable format.
tabular

Compute complex table
knit_print.tabular

Custom printing of tabular objects.
labelSubset

Add a label to a logical vector.
Arguments

Arguments pseudo-function
DropEmpty

DropEmpty pseudo-function
as.tabular

Convert matrix or dataframe to tabular object.
html.tabular

Display a tabular object using HTML.
All

Include all columns of a dataframe.
AllObs

Display all observations in a table.
Percent

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

Generate x +/- y terms in table.
latexNumeric

Process numeric LaTeX or HTML values.
table_options

Set or query options for the table formatting.
write.csv.tabular

Write table to file in CSV or other format.