Found 79 bookmarks
Newest
Integrating React.js and Shiny
Integrating React.js and Shiny
React.js is a thriving JavaScript library that eases encapsulating and sharing sophisticated component libraries. The React.js ecosystem is filled with components for doing everything from...
·rstudio.com·
Integrating React.js and Shiny
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
Aaaand... because I couldn't help myself. A simple little example using shinyjs that seems to work for my not-very-thorough testing 😄 The two important bits: In the UI: shinyjs::useShinyjs(), In the Server (10 seconds for testing): shinyjs::runjs( "function reload_page() { window.location.reload(); setTimeout(reload_page, 10000); } setTimeout(reload_page, 10000); ") You definitely don't need the shinyjs package to make this work, but it does make things a little easier :s...
·community.rstudio.com·
Auto-refresh persistently displayed Shiny app when new version is deployed to RStudioConnect
r - How to adjust width of one column for shiny DataTables created with the JavaScript? - Stack Overflow
r - How to adjust width of one column for shiny DataTables created with the JavaScript? - Stack Overflow
My Shiny App has a paging system, that allows to go back and forth. Below is a miniversion of my entire app. I would like to resize the first column of my datatable that includes checkboxes and mak...
·stackoverflow.com·
r - How to adjust width of one column for shiny DataTables created with the JavaScript? - Stack Overflow
Alternative Approaches to Scaling Shiny with RStudio Connect, ShinyProxy, or Custom Architecture - Appsilon | End­ to­ End Data Science Solutions
Alternative Approaches to Scaling Shiny with RStudio Connect, ShinyProxy, or Custom Architecture - Appsilon | End­ to­ End Data Science Solutions
Article compares different technologies to scale R Shiny Apps, technologies used: ShinyProxy, Shiny Server Open Source & Pro and solution based Docker and Load Balancer.
·appsilon.com·
Alternative Approaches to Scaling Shiny with RStudio Connect, ShinyProxy, or Custom Architecture - Appsilon | End­ to­ End Data Science Solutions