So you mean real time preview? As long as I know that functionality is not available anywhere, I think the reason is that the webapp itself doesn't run in R (web browsers don't have an R interpreter), the ui R code gets translated into html and Javascript when you execute runApp() so I guess it is not trivial to implement a robust auto refresh pipeline.