Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/64.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
R 清除令牌googlesheets包_R_Google Sheets_Google Api - Fatal编程技术网

R 清除令牌googlesheets包

R 清除令牌googlesheets包,r,google-sheets,google-api,R,Google Sheets,Google Api,我使用的是R中的googlesheets软件包 要登录,我将使用以下功能: library(googlesheets) googlesheets::gs_auth() gs_deauth(clear_cache = TRUE, verbose = TRUE) 我正在寻找类似于Gmail软件包的东西,在这里我可以做到以下几点: gmailr::clear_token() gmailr::gmail_auth() 我如何在googlesheets软件包中清除此令牌,以便我可以验证到其他goog

我使用的是R中的googlesheets软件包

要登录,我将使用以下功能:

library(googlesheets)
googlesheets::gs_auth()
gs_deauth(clear_cache = TRUE, verbose = TRUE)
我正在寻找类似于Gmail软件包的东西,在这里我可以做到以下几点:

gmailr::clear_token()
gmailr::gmail_auth()
我如何在googlesheets软件包中清除此令牌,以便我可以验证到其他google帐户

包中是否有这样做的函数

任何帮助都很好,谢谢

找到了答案:

需要使用以下功能:

library(googlesheets)
googlesheets::gs_auth()
gs_deauth(clear_cache = TRUE, verbose = TRUE)