Automatic re-reading of the source file with shinyapps.io

末鹿安然 提交于 2021-01-28 04:50:47

问题


I have an application, where I need to update the source data periodically. Source datafile is a csv file normally stored in the project directory and read with read.csv. The csv. file is changed every day with the updates. The name of the file does not change...just few cases are added.

I need the application to re-read the source pdf file with some periodicity (e.g. once per day). I can do it with reactiveFileReader function and it works when I am running the application from Rstudio, but not after I deploy the application on the web with shinyapps.io.

Can this be even done, when I am not using my own server but shinyapps.io?

来源:https://stackoverflow.com/questions/50295196/automatic-re-reading-of-the-source-file-with-shinyapps-io

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!