how to update shiny app deployed through shiny apps.io

Does the force update option in deploy app through rs connect when kept true
updates the app when files in the app were updated dynamically in the app
rsconnect::deployApp("file",forceUpdate = getOption("rsconnect.force.update.apps", TRUE))

Could you elaborate a little more in your question? It's not clear what are you trying to achieve, ideally, could you please prepare a repr oducible ex ample (reprex) illustrating your issue? Please have a look at this guide, to see how to create one for a shiny app

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.