googledrive (version 0.1.3)

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

Run this code
# NOT RUN {
team_drive_create("my-awesome-team-drive")

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

Run the code above in your browser using DataCamp Workspace