Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Oct 9, 2021
1 parent d89637f commit 9e903c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Readme.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ googledrive::drive_auth(scopes = "https://www.googleapis.com/auth/drive.readonly

# Overview

This tutorial will use 3 functions within the [{googledrive}](https://googledrive.tidyverse.org/) package:
This tutorial will use 4 functions within the [{googledrive}](https://googledrive.tidyverse.org/) package:

* `drive_auth()` Authorize {googledrive} to access your Google Drive
* `drive_ls()` List contents of a folder or shared drive
* `drive_download()` Download a Drive file
* `drive_upload()` Upload a Drive file

This code is designed to be run locally (meaning on someone's computer manually). If the Google Drive folder is private, you need to run the authentication code first before you knit the Rmd file.

Expand Down
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Overview

This tutorial will use 3 functions within the
This tutorial will use 4 functions within the
[{googledrive}](https://googledrive.tidyverse.org/) package:

- `drive_auth()` Authorize {googledrive} to access your Google Drive
- `drive_ls()` List contents of a folder or shared drive
- `drive_download()` Download a Drive file
- `drive_upload()` Upload a Drive file

This code is designed to be run locally (meaning on someone’s computer
manually). If the Google Drive folder is private, you need to run the
Expand Down

0 comments on commit 9e903c3

Please sign in to comment.