Skip to content

An R Wrapper for Google Groups Management using the AdminSDK.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

thewileylab/googleGroupR

Repository files navigation

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.

About

An R Wrapper for Google Groups Management using the AdminSDK.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages