reportRx & R Markdown
2022-01-03
1 Introduction
R Markdown is an alternative to R Sweave for literate programming and reproducible research. It can output to html, Word and PDF.
reportRx is a package to facilitate and standardise the presentation of common statistical analyses.
There are four basic types of functions:
- tabular reporting functions (
covsum
,uvsum
,mvvsum
,ordsum
) - wrappers for printing in Sweave (
pcovsum
,puvsum
,pmvsum
) - wrappers for printing in RMarkdown (
rm_covsum
,rm_uvsum
,rm_mvsum
) - plotting functions (
ggkmcif
,plotuv
,forestplot2
)
R Markdown + reportRx = More time on stats and less time on formatting 😄
A demo RMarkdown document show casing the reportRx functions is available here.