【发布时间】:2015-04-08 09:37:39
【问题描述】:
我在 Shiny 中构建了一个应用程序,它从用户交互中生成数据。我想知道存储这些数据以供以后检索的最佳方法。
2018 年 9 月 10 日更新:这在 RStudio 网页中有详细说明: https://shiny.rstudio.com/articles/persistent-data-storage.html
【问题讨论】:
我在 Shiny 中构建了一个应用程序,它从用户交互中生成数据。我想知道存储这些数据以供以后检索的最佳方法。
2018 年 9 月 10 日更新:这在 RStudio 网页中有详细说明: https://shiny.rstudio.com/articles/persistent-data-storage.html
【问题讨论】:
尝试将文件保存在:
[1] FTP 服务器Download .RData and .csv files from FTP using RCurl (or any other method)
[2] 亚马逊 s3
[3] Dropbox(rDrop 包)
【讨论】: