Top "Shiny" questions

Shiny is an R package that makes it easy to build interactive web applications using only R.

R shiny / shiny-server - issue with finding packages

I have installed shiny and shiny-server on an ubuntu server. I did a similar install on a dev server which …

r shiny shiny-server
Starting Shiny app after password input (with Shinydashboard)

In this topic is well explained how to start the shinyapp after some password input. I am trying to do …

css r shiny shinydashboard
Update graph/plot with fixed interval of time

I have a plot in Shiny UI. If I change any input parameter and through reactivity plot will change. But …

r shiny googlevis shiny-server
How to hide a conditional panel in Shiny?

How to hide a conditional panel in Shiny? Please, see the following example: library(shiny) ui <- fluidPage( actionButton("…

r shiny shinyjs
Rstudio Shiny how can I display the version of the Shiny server in the Shiny page?

Is there a variable or way of querying a running RStudio Shiny webpage to display the version of the server …

r shiny shiny-server
Shiny App unable to start on shiny server

I want to deploy a Shiny app on the Shiny server but not able to access the app from the …

r shiny shiny-server
How to combine top navigation (navbarPage) and a sidebar menu (sidebarMenu) in shiny

I have a shiny app (using navbarPage) with many tabs and would like to add a sidebarMenu that can be …

r shiny sidebar shinydashboard
How to embed an image in a cell a table using DT, R and Shiny

How can I embed an image in a cell that is generated using the DT package so that it is …

r shiny shiny-server
How do I get the data from the selected rows of a filtered datatable (DT)?

The DT package allows you to get the indices of selected rows using input$tableID_rows_selected. This works great …

r shiny dt
suppressing sorting in dataTables in Shiny

I have a dataTable in Shiny but I want to disable sorting and get rid of the arrows next to …

r datatable shiny