Previously, when one is working with in the Google Ecosystem (Using Google Drive etc), there is hardly any good workflow of getting the values calculated from R and getting that into Google Slides. The normal and easy way out would be to just copy your work over but when you have a number of analysis to present with a lot of changes between each environment, it just becomes quite cumbersome.
This package is wrapper around the Google Slides API and it serves to power data flows from R environment to Google Slides.
You can install the package by going through the following:
install.packages("devtools")
library(devtools)
devtools::install_github("hairizuanbinnoorazman/rgoogleslides", build_vignettes = TRUE)
If you encounter a bug while using the package, take a screenshot of the error and file an issue on this repository.
The package has undergone several incompatible changes between v0.1.0 to v0.2.0. The current package is being targeted for v0.3.0 release soon For latest news and examples of how to use the rgoogleslides package, go to the following blog: https://hairizuan.wordpress.com/category/googleslides-r/
Package is usable and can be used for automating workflows. Package being targeted to hit CRAN sometime by end of this year.
NEWS.md
file to track changes to the package.