Hi All,
I have created a shiny app on my local machine(windows 10) . My shiny app gets the data from excel files . When ever my excel files are updated I manually run it by clicking on Run App button in the R studio and once the dashboard is displayed I deploy it to R connect server which is on linux server by using publish option.
I would like to automate these processes . I should schedule it every week.
I never scheduled anything using windows scheduler or any other schedulers.
Please help me if I have to set any path/settings or how does this work.
Thank you