Skip to content

Commit

Permalink
workflow to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdewald committed Feb 5, 2022
1 parent ea112be commit 6478d30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ When you run the get_personal_onedrive() function the first time, it will either

* That is, if httpuv is not present (or you're doing this over a CLI) it will drop to the "device code" method (one can also pre-select this method with with get_onedrive_personal(auth_type= "device_code")). You will find a string to enter into any web browser authorized on the personal oneDrive account.

When the authorization with the personal Microsoft account is successful, your CLI key will be printed to your R console. This is what goes in the .Renviron configuration.

# rdewald.R

My workflow

* copy upload target files to child folder declared in .Renviron.
* source(rdewald.R)
* delete upload target files (this is a one-way sync)

Good luck!

## .Renviron_example.txt
Expand Down

0 comments on commit 6478d30

Please sign in to comment.