Skip to contents

Get the team names and ids for all the teams in the org.

Usage

get_teams()

Value

Response will be a data frame containing the teams that are in the organization. Each team has the following variables:

Column NameTypeDescription
idchrteam's unique ID
namechrteam's given name

Examples

if (FALSE) { # \dontrun{
# This is an example of how the function would be called.

df_teams <- get_teams()

} # }