Learn R Programming

googlesheets (version 0.2.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?

Examples

Run this code
gs_deauth()

Run the code above in your browser using DataLab