Note: Team Drives are only available to users of certain enhanced Google services, such as G Suite Enterprise, G Suite Business, or G Suite for Education.
team_drive_create(name, verbose = TRUE)
| name | Character. Name of the new Team Drive. Must be non-empty and not entirely whitespace. |
|---|---|
| verbose | Logical, indicating whether to print informative messages
(default |
An object of class dribble, a tibble with one row per item.
Wraps the teamdrives.create endpoint:
# NOT RUN { team_drive_create("my-awesome-team-drive") ## clean up team_drive_rm("my-awesome-team-drive") # }