The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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.
+
): Stack rows vertically (forming multiple
rows)./
): Combine rows side-by-side (forming a
wider row).To install the package from CRAN:
install.packages("textab")
To install the package from Github:
::install_github("setzler/textab") devtools
To use the package after it is installed:
library(textab)
To get started, read the following articles:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.