R Shiny Batch processing

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)"

Yes, I am using Windows. I am trying to do the same, but get this error everytime

.
Please help

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?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.