knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

starpolishr

This package allows for easy post polishing of latex stargazer output. See this vignette for a quick introduction. For examples, see the Tables section of my papers here and here. All of these tables were generated exclusively within R using stargazer and starpolishr.

Installation

You can install starpolishr from github with:

# install.packages("devtools")
devtools::install_github("ChandlerLutz/starpolishr")

Quick Tips

Key Functions

Here is a list of key starpolishr functions in order of how often I use them. See their help files for more details.

Authors

Chandler Lutz

License

GPL (>= 2)



ChandlerLutz/starpolishr documentation built on April 16, 2023, 8:55 a.m.