Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

ghclass (version 0.1.0)

team_rename: Rename existing team(s)

Description

team_rename renames an existing team within the given GitHub organization.

Usage

team_rename(org, team, new_team)

Arguments

org

character, name of the GitHub organization

team

character, one or more existing team names

new_team

character, one or more new team names

Examples

Run this code
# NOT RUN {
team_rename("ghclass-test", "hw1-team01", "hw01-team01")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab