我已经构建了一个闪亮的应用程序,可以从用户交互中生成数据。我想知道存储这些数据的最佳方法,以便以后检索。
更新9/10/2018:这在RStudio网页中有详细解释: https://shiny.rstudio.com/articles/persistent-data-storage.html
答案 0 :(得分:2)
尝试保存文件:
[1] FTP服务器Download .RData and .csv files from FTP using RCurl (or any other method)
[2]亚马逊s3
[3] Dropbox(rDrop包)