github_orgs {ghclass} | R Documentation |
Collect details on the authenticated user's GitHub organization memberships (based on the current PAT).
Description
Collect details on the authenticated user's GitHub organization memberships (based on the current PAT).
Usage
github_orgs(quiet = FALSE)
Arguments
quiet |
Logical. Should status messages be shown. |
Value
Returns a tibble with organization details.
Examples
## Not run:
github_orgs()
## End(Not run)
[Package ghclass version 0.3.0 Index]