golem

Reactively updating sidebar in modular Shiny app

左心房为你撑大大i 提交于 2021-01-01 18:01:04
问题 I have a modularized Golem app using bs4Dash. I want to update the active sidebar tab from an actionBttn that is dynamically generated from renderUI . While updatebs4ControlbarMenu works as expected as shown here, it does not work in the modularized version of the application. What am I doing wrong? I suspect it is related to input[[btnID]] management across modules but I struggle to find the solution. Working example without modules as shown here: library(shiny) library(shinyWidgets) library

Reactively updating sidebar in modular Shiny app

ぃ、小莉子 提交于 2021-01-01 17:52:05
问题 I have a modularized Golem app using bs4Dash. I want to update the active sidebar tab from an actionBttn that is dynamically generated from renderUI . While updatebs4ControlbarMenu works as expected as shown here, it does not work in the modularized version of the application. What am I doing wrong? I suspect it is related to input[[btnID]] management across modules but I struggle to find the solution. Working example without modules as shown here: library(shiny) library(shinyWidgets) library

Reactively updating sidebar in modular Shiny app

瘦欲@ 提交于 2021-01-01 17:51:15
问题 I have a modularized Golem app using bs4Dash. I want to update the active sidebar tab from an actionBttn that is dynamically generated from renderUI . While updatebs4ControlbarMenu works as expected as shown here, it does not work in the modularized version of the application. What am I doing wrong? I suspect it is related to input[[btnID]] management across modules but I struggle to find the solution. Working example without modules as shown here: library(shiny) library(shinyWidgets) library

How to run R Shiny App in Docker Container

家住魔仙堡 提交于 2020-04-10 06:12:56
问题 I built a Docker Image for an R Shiny App and ran the corresponding container with Docker Toolbox on Windows 10 Home. When trying to open the App with my web browser, only the index is shown. I don't know why the app isn't executed. The log shows me this: *** warning - no files are being watched *** [2019-08-12T15:34:42.688] [INFO] shiny-server - Shiny Server v1.5.12.1 (Node.js v10.15.3) [2019-08-12T15:34:42.704] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"

How to run R Shiny App in Docker Container

爱⌒轻易说出口 提交于 2020-04-10 06:12:30
问题 I built a Docker Image for an R Shiny App and ran the corresponding container with Docker Toolbox on Windows 10 Home. When trying to open the App with my web browser, only the index is shown. I don't know why the app isn't executed. The log shows me this: *** warning - no files are being watched *** [2019-08-12T15:34:42.688] [INFO] shiny-server - Shiny Server v1.5.12.1 (Node.js v10.15.3) [2019-08-12T15:34:42.704] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"

How to run R Shiny App in Docker Container

巧了我就是萌 提交于 2020-04-10 06:12:30
问题 I built a Docker Image for an R Shiny App and ran the corresponding container with Docker Toolbox on Windows 10 Home. When trying to open the App with my web browser, only the index is shown. I don't know why the app isn't executed. The log shows me this: *** warning - no files are being watched *** [2019-08-12T15:34:42.688] [INFO] shiny-server - Shiny Server v1.5.12.1 (Node.js v10.15.3) [2019-08-12T15:34:42.704] [INFO] shiny-server - Using config file "/etc/shiny-server/shiny-server.conf"