Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

team_drive_create

Create a new Team Drive


Description

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.

Usage

team_drive_create(name, verbose = TRUE)

Arguments

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 TRUE).

Value

An object of class dribble, a tibble with one row per item.

See Also

Wraps the teamdrives.create endpoint:

Examples

## Not run: 
team_drive_create("my-awesome-team-drive")

## clean up
team_drive_rm("my-awesome-team-drive")

## End(Not run)

googledrive

An Interface to Google Drive

v1.0.1
MIT + file LICENSE
Authors
Lucy D'Agostino McGowan [aut], Jennifer Bryan [aut, cre] (<https://orcid.org/0000-0002-6983-2759>), RStudio [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.