blog/shiny-tip-option-where-to-run/ #102
Replies: 3 comments 1 reply
-
This is great, one of the little things that has been annoying me for ages but never quite took the time to deal with. A minor thing: in the code chunk above you have a small typo: Cheers! |
Beta Was this translation helpful? Give feedback.
-
Solved my problem, thanks for taking the time to post! |
Beta Was this translation helpful? Give feedback.
-
Fantastic post! I used this a lot. The only thing that bothered me was that I had to recall the options(
shiny.launch.browser = function (url) {
invisible(.Call("rs_shinyviewer", url, getwd(), "pane", NULL,
PACKAGE = "(embedding)"))
}
) where function (url) {
invisible(.Call("rs_shinyviewer", url, getwd(), "pane", NULL,
PACKAGE = "(embedding)"))
} is exactly what you'd see if you were to put |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
blog/shiny-tip-option-where-to-run/
Quick Shiny Tip: How to use the shiny.launch.browser option to choose where RStudio runs your app.
https://www.garrickadenbuie.com/blog/shiny-tip-option-where-to-run/
Beta Was this translation helpful? Give feedback.
All reactions