
Last chance! 50% off unlimited learning
Sale ends in
Create a new Team Drive
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.
teamdrive_create(name, verbose = TRUE)
Character. Name of the new Team Drive. Must be non-empty and not entirely whitespace.
Logical, indicating whether to print informative messages
(default TRUE
).
An object of class dribble
, a tibble with one row per
item.
Wraps the teamdrives.create
endpoint:
# NOT RUN {
teamdrive_create("my-awesome-team-drive")
## clean up
teamdrive_rm("my-awesome-team-drive")
# }
Run the code above in your browser using DataLab