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 please run the command below:
install.packages("easytable", repos = c("https://alfredo-hs.r-universe.dev/easytable", "https://cloud.r-project.org"))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.
