Learn R Programming

ghclass (version 0.1.0)

org_admins: List repository administrators

Description

List repository administrators

Usage

org_admins(org)

Arguments

org

Character. Name of a GitHub organization.

Value

A character vector of repository administrators.

Examples

Run this code
# NOT RUN {
org_admins("ghclass-test")
org_admins("rundel")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab