Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 265 Bytes

README

check-app

To create a new Dropbox token, do

library(rdrop2)
token <- drop_auth(new_user = TRUE) # flush any existing token
saveRDS(token, "droptoken.rds")