synGetTeamMembers | R Documentation |
Lists the members of the given team.
synGetTeamMembers(team)
team |
A Team object or a team's ID. |
a generator over TeamMember objects. Use nextElem
or as.list
to access the values.
nextElem
as.list
## Not run:
teamMembers<-synGetTeamMembers(3324324)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.