We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7bdcd commit 0bb0070Copy full SHA for 0bb0070
vignettes/articles/permissions.Rmd
@@ -31,7 +31,7 @@ googledrive::drive_deauth()
31
# clean up if any previous runs left this lying around
32
trash_me <- googledrive::drive_find("chicken-perm-article")
33
if (googledrive::some_files(trash_me)) {
34
- drive_trash(trash_me)
+ googledrive::drive_trash(trash_me)
35
}
36
```
37
0 commit comments