
Is there any options in shinyapps to schedule events (run every one hour)? is there any boxes or location in shinyapps to save my "FlowResult. So the readers can see the updated results.ĭo you have any idea how can I do these three steps?

Professional data science teams choose Shiny Server Pro to share their. What I am going to do, is to I) automatically run my R code separately in a cloud or somewhere (not in my laptop), II) then get the result ("FlowResult.RData") and save it somewhere that shinyapps can read it, III) then update the shinyapps every one hour. Shiny combines the computational power of R with the interactivity of the modern web. RStudio offers paid products like Shiny Server or RStudio Connect which has authentication feature to verify the identify of user. The more times a word is repeated within the text, the bigger it will be displayed on the word cloud, giving us a sense of what we can expect if we read the text. in this stage, I am running this code using my own laptop every one hour. Creating word clouds in RStudio A word cloud is very useful when we want to visualize the content of a text quickly. There are two ways to do this: 1) use the RStudio button (See Figure 8.2) or 2) type the function. I wrote a code, to read this rainfall data, run my model and give me the output (runoff flow volume at outfalls) and save it as "FlowResult.RData" that I am using here in shinyapps code. To explain more, there is a website of rainfall data which is updating every one hour.

In this code, I am using a dataset that is calculated using another R code ( load (file = "FlowResult.RData") ).

I need your thoughts and opinion here to continue my work.
