This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(rdrop2) | |
## This script uses both local storage and dropbox to store files. When saving, the file is saved in both locations. | |
## When loading, the file is first looked for locally, and if not found, is looked for on dropbox. | |
## Could be used in services such as shinyapps in which you don't have access to persistent storage on the machine. | |
## Note that you have to authenticate your dropbox API before using rdrop2's methods. | |
## Global param to set dropbox interface on/off | |
USE_DROPBOX <<- T |
NewerOlder