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