papeR provides a toolbox for writing knitr, Sweave or other LaTeX- or markdown-based papers and reports and to prettify the output of various estimated models.
install.packages("papeR")
library("devtools")
install_github("hofnerb/papeR")
install_github()
command, one
needs to install devtools
first:install.packages("devtools")
Tutorials on how to use papeR can be found on CRAN:
or within R via
## introduction to papeR (in combination with Markdown)
vignette("papeR_introduction", package = "papeR")
## introduction to papeR with LaTeX
vignette("papeR_with_latex", package = "papeR")