shiny - Where can I deploy R script and schedule to run it in a timely manner? -


i have small r script. typically, 15-20 lines of code. script replies random people on twitter. working fine when run code. now, want auto run after fixed intervals of time. so, made .bat file of r script , scheduled task in windows scheduler run after every 15 mins. works fine , way expect work. now, problem scheduler works when system working. once shut down system, scheduler stops working , script not execute.

i want server (not sure if right word), can host r file or bat file , can schedule script execute after every x mins. need server (??) because want active 24 x 7.

i have tried deploying on shinyapps.io somehow doesn't work. have gone through this well, no help. appreciated. thanks!


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -