Object Oriented R ->.
r2pptx
Overview
r2pptx
leverages the power of the officer
package and the ease of use of PowerPoint templates, making it simple to create PowerPoint slide decks straight from R.
Documentation is available online or through the vignettes.
Installation
install.packages("r2pptx")
# to get the development version from GitHub:
remotes::install_github("mattle24/r2pptx")
Contributing
If you think you have encountered a bug, please submit an issue. Please include a minimal, reproducible example when you submit an issue. The reprex package provides a fantastic interface for creating these kinds of examples, and has great documentation on how to make them.
If you would like to contribute code, correct a type, or add documentation, please open a pull request.
We have a Contributor Code of Conduct. By participating in r2pptx
you agree to abide by its terms.
Thank you
Thank you to David Gohel for the officeverse
packages! r2pptx
is a wrapper around David’s excellent work.
Also thank you to Hadley Wickham and Jenny Bryan for an introduction to S4 in Advanced R and a guide to package development!