synGetTeam | R Documentation |
Finds a team with a given ID or name.
synGetTeam(id)
id |
The ID or name of the team or a Team object to retrieve |
An object of type Team
## Not run:
# By ID
synGetTeam(teamId)
# By Name
synGetTeam("my_team_name")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.