

RunApp(folder_address, launch.browser=TRUE) The run.r script is as follows: require(shiny) My batch file code: "C:\Program Files\R\R-4.0.4\bin\R.exe" CMD BATCH "run.r" which executes the run.r file that subsequetly runs a ui.r and server.r file. When I execute the batch file, a browser pops up and loads the dashboards but the browser is grayed out and the data is not populated in the dashboard. I created a shortcut to run the app using a batch file, I simply followed this example.

I created a Shiny Dashboard App within RStudio and when I run the dashboard, within RStudio, I have no problems - the dashboard pops up as expected.
