SkillAgentSearch skills...

Textools

Create nice looking LaTeX tables

Install / Use

/learn @lbau7/Textools
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- README.md is generated from README.Rmd. -->

Build
Status

textools

textools create nice looking LaTeX tables.

Installation

If you only want to use the packages:

# install.packages("devtools")
devtools::install_github("lbau7/textools")

If you also want to build the vignettes (attention: this will install all suggested packages):

# install.packages("devtools")
devtools::install_github("lbau7/textools", build_vignettes = TRUE)

Then you can check out the vignettes:

browseVignettes("textools")

Usage

The main function of textools is texmod() which creates LaTeX tables for the regression output of various models.

library(textools)

iris.lm <- lm(Sepal.Length ~ Sepal.Width + Petal.Width + Species, data = iris)
texmod(iris.lm)

Check out the vignettes for some examples.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks1

Languages

R

Security Score

70/100

Audited on May 31, 2022

No findings