Skip to content
/ textab Public

❗ This is a read-only mirror of the CRAN R package repository. textab — Create Highly-Customized 'LaTeX' Tables. Homepage: https://setzler.github.io/textab/ Report bugs for this package: https://github.com/setzler/textab/issues

License

Notifications You must be signed in to change notification settings

cran/textab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • TexRow: Form a row in a LaTeX tabular environment.
  • TexSave: Save the tabular as a .tex file, and optionally compile it as a PDF.
  • TexMidrule: Insert a midrule, or list of partial midrules, between rows in a LaTeX tabular environment.

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

  • plus sign (+): Stack rows vertically (forming multiple rows).
  • slash sign (/): Combine rows side-by-side (forming a wider row).

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:

About

❗ This is a read-only mirror of the CRAN R package repository. textab — Create Highly-Customized 'LaTeX' Tables. Homepage: https://setzler.github.io/textab/ Report bugs for this package: https://github.com/setzler/textab/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published