An R Wrapper for Google Groups Management using the AdminSDK.
The goal of googleGroupR is to make it easier to programmatically interact with the Google AdminSDK from within R for Group management activities including:
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("thewileylab/googleGroupR")
googleGroupR can be used to list any groups that have been created by your domain by utilizing the Google AdminSDK REST API:
library(googleGroupR)
list_groups(domain = 'your_gsuite_domain.org')
Please note that the googleGroupR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.