As one of my clients wants to use a fully automated excel/tm1 solution to work with an integrated R forecast procedure, I am searching a way for users to inspect separately the original time series, the time series after data normalization and the time series plus forecast horizon and so on.
To run one of the app solutions, I want to use a vba-button to trigger a shiny-app for time series graphical output script. if I opened the app in Rstudio, a vba-button opening the browser with the given address opens and the given app output appears. However, I do not know how to do this without opening Rstudio GUI. The shiny app should be able to run in the background somehow.
Is there any comprehensible and practical solution out there?