Learn R Programming

ghclass (version 0.1.0)

team_create: Create team(s)

Description

team_create creates teams in your GitHub organization

Usage

team_create(
  org,
  team,
  prefix = "",
  suffix = "",
  privacy = c("secret", "closed")
)

Arguments

org

character, name of the GitHub organization

team

character, listing one or more teams

prefix

Character. Common team name prefix

suffix

Character. Common team name suffix

privacy

character, level of privacy of teams, closed (visible to all members of the organization) or secret (only visible to organization owners and members of a team), default is closed

Examples

Run this code
# NOT RUN {
team_create("ghclass",c("team01","team01"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab