## S3 method for class 'CrunchTeam':
members(x)## S3 method for class 'CrunchTeam,MemberCatalog':
members(x) <- value
## S3 method for class 'CrunchTeam,character':
members(x) <- value
CrunchTeam
members<-
, a character vector of emails or URLs of
users to add to the team.members
returns a
MemberCatalog
, which has references to the users that are members
of the team. members<-
returns x
with the given users added
to the members catalog.getTeams
function, which returns your TeamCatalog
.
Extract an individual team by name. Create a team by assigning in with a new
name, with the assignment value a list, either empty (to just create a team
with that name), or with a "members" element, containing emails or URLs of
users to add to the team. Users can be added later with the members<-
method.