synGetTeam.Rd
Finds a team with a given ID or name.
synGetTeam(id)
The ID or name of the team or a Team object to retrieve
An object of type Team
if (FALSE) { # By ID synGetTeam(teamId) # By Name synGetTeam("my_team_name") }