gs_deauth: Suspend authorization

Description Usage Arguments See Also Examples

Description

Suspend googlesheets' authorization to place requests to the Drive and Sheets APIs on behalf of the authenticated user.

Usage

1
gs_deauth(clear_cache = TRUE, verbose = TRUE)

Arguments

clear_cache

logical indicating whether to disable the .httr-oauth file in working directory, if such exists, by renaming to .httr-oauth-SUSPENDED

verbose

logical; do you want informative messages?

See Also

Other auth functions: gd_user, gs_auth

Examples

1
2
3
4
## Not run: 
gs_deauth()

## End(Not run)

Example output

No token currently in force.

googlesheets documentation built on May 2, 2019, 1:57 p.m.