From 9e903c3482e605e5b4e8fb373e10c7b2ff4fb1c2 Mon Sep 17 00:00:00 2001 From: Eli Holmes Date: Fri, 8 Oct 2021 18:37:19 -0700 Subject: [PATCH] typo --- Readme.Rmd | 3 ++- Readme.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.Rmd b/Readme.Rmd index 04d99ca..2fd94c2 100644 --- a/Readme.Rmd +++ b/Readme.Rmd @@ -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. diff --git a/Readme.md b/Readme.md index a48238c..be67744 100644 --- a/Readme.md +++ b/Readme.md @@ -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