/googleGroupR

An R Wrapper for Google Groups Management using the AdminSDK.

Primary LanguageROtherNOASSERTION

googleGroupR

An R Wrapper for Google Groups Management using the AdminSDK.

Lifecycle: maturing R-CMD-check

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

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("thewileylab/googleGroupR")

Example

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')

Code of Conduct

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.