textab: Create Highly-Customized LaTeX Tables in R

Created by Thibaut Lamadon and Bradley Setzler

The textab package produces highly-customized LaTeX tables in R.

There are only three functions in this package:

This package builds LaTeX tables in blocks, in the spirit of ggplot2, using the + and / operators for concatenation.

To install the package from CRAN:

install.packages("textab")

To install the package from Github:

devtools::install_github("setzler/textab")

To use the package after it is installed:

library(textab)

To get started, read the following articles: