team_rename
renames an existing team within the given GitHub organization.
team_rename(org, team, new_team)
character, name of the GitHub organization
character, one or more existing team names
character, one or more new team names
# NOT RUN {
team_rename("ghclass-test", "hw1-team01", "hw01-team01")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab