googledrive (version 0.1.3)

drive_user: Get info on current user

Description

Reveals information about the user associated with the current token. This is a thin wrapper around drive_about() that just extracts the most useful information (the information on current user) and prints it nicely.

Usage

drive_user(verbose = TRUE)

Arguments

verbose

Logical, indicating whether to print informative messages (default TRUE).

Value

A list of class drive_user.

See Also

Wraps the about.get endpoint:

Examples

Run this code
# NOT RUN {
drive_user()

## more info is returned than is printed
user <- drive_user()
user[["permissionId"]]
# }

Run the code above in your browser using DataCamp Workspace