How to launch a shiny App after finishing programming. What there are for posibilities?
I have already written a little batch file wich is working and launching the server an the shiny app.:
start "" "C:\Apps\R\bin\Rscript.exe" Skript.R /k
timeout 17
start "Skript.R" "http://127.0.0.1:7980/"
But when i'm trying to open this batch file from an other c# Tool the Skript.R is not be load and the server is not starting.
Someone maybe no a solution therefore?