Finds a team with a given ID or name.

synGetTeam(id)

Arguments

id

The ID or name of the team or a Team object to retrieve

Value

An object of type Team

Examples

if (FALSE) {
# By ID
synGetTeam(teamId)

# By Name
synGetTeam("my_team_name")
}