Skip to contents

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

if (FALSE) {
github_orgs()
}