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:
- Creating/Deleting groups
- Listing groups and group members
- Adding/Removing users from groups
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.