explainr translates S3 objects into text using standard templates in a simple and convenient way.
For help with the explainr R-package, there is a vignette available in the /vignettes folder.
The package can be installed with
devtools::install_github("hilaryparker/explainr")
After installation, the package can be loaded into R.
library(explainr)
The main function in the explainr package is explain()
.
ptest <- prop.test(x = 500, n = 1008)
explain(ptest)
Report bugs as issues on the GitHub repository
This project draws inspiration from the CausalImpact package.