getTeams: Retrieve your teams

View source: R/teams.R

getTeamsR Documentation

Retrieve your teams

Description

Teams contain a list of users. You can grant access to a group of users by inviting the team. You can also share a set of datasets with a user all at once by adding the user to a team that contains those datasets.

Usage

getTeams()

Details

getTeams() returns your TeamCatalog. You can extract an individual team by name, or create a team by assigning into the function. To create a team by assignment, assign a list to teams("myteam") <- value_list. The value_list can either empty (to just create a team with that name), or can contain a "members" element with the emails or URLs of users to add to the team. Users can be also be added later with the ⁠members<-⁠ method.

Value

A TeamCatalog. Extract an individual team by name. Create a team by assigning in with a new name.

See Also

members


crunch documentation built on Aug. 31, 2023, 1:07 a.m.