easytable helps you create publication-ready tables with clear defaults and minimal code. Its Design Philosophy is simple:
- Easy to use.
- Easy to read.
Basic Function and Installation
To install easytable, you need devtools installed.
# install.packages("devtools")
devtools::install_github("alfredo-hs/easytable")After installation, everything is easy.
For more information about package functions, see the Penguins Tutorial.
What You Get
- One function for routine workflows:
easytable() - Word/HTML and LaTeX output paths
- Control-variable indicators (STATA-like)
- Optional export to
.docxand.csv
On what can I use it?
As a workhorse package, easytable currently supports the bread-and-butter classes in R:
lmglm
Other model classes (including plm) will be added in later releases.
