powered by
team_create creates teams in your GitHub organization
team_create
team_create( org, team, prefix = "", suffix = "", privacy = c("secret", "closed") )
character, name of the GitHub organization
character, listing one or more teams
Character. Common team name prefix
Character. Common team name suffix
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
# NOT RUN { team_create("ghclass",c("team01","team01")) # } # NOT RUN { # }
Run the code above in your browser using DataLab