Shiny Integration example unclear on how to use daemons
when not running shiny::runApp
directly
#177
Unanswered
James-G-Hill
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You would just need to include the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Reviewing the shiny integration document linked to below there are examples where the
daemons
function is used inside awith
function along withshiny::runApp
to see the daemons to run alongside the application.However, there is no example to show how to use
daemons
when the user doesn't runshiny::runApp
directly; for example, when using shiny server my understanding is that the server handles therunApp
from outside of the application directory.https://cran.r-project.org/web/packages/mirai/vignettes/shiny.html
So how to run
daemons
alongside a Shiny app that's running on shiny server or similar use case?Beta Was this translation helpful? Give feedback.
All reactions