Is there any way to schedule or automatize a daily publication of a shiny app to shinyapps.io?
I am sure that many of us have a shiny app published in shinyappsio and need to re-run the code every day to update data, and then press the publish button in RStudio so that the app can be updated in shinyapp.io.
rsconnect library allows you to execute the deployment through the deployApp( ) function; however, this command requires the user to enter “Y” manually to proceed with de app update.
This manual intervention would prevent to use cron package as an alternative to update the data and the App on shinyappsio
Any suggestions or altenratives?