googlesheets (version 0.3.0)

gs_deauth: Suspend authorization

Description

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

Usage

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

Run this code
# NOT RUN {
gs_deauth()
# }

Run the code above in your browser using DataCamp Workspace