How to start Shiny app in browser using batch processing?
Are you running Windows? In that case you can create a .bat file with content like
"path/to/R.exe" -e "shiny::runApp('path/to/shinyAppFolder', launch.browser = TRUE)"
I am not running windows, so I can't reproduce, but the problem seems to be in the directory path of your R script.
I would try a forward instead of a backward slash
It worked with the forward slash. Thank you so much!!!
great! Would you mind marking your post as solved? It helps other people see which questions still need help or find solutions if they have similar problems. Here’s how to do it: FAQ: How do I mark a solution?