Top "Shiny" questions

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

How do I suppress row names when using DT::renderDataTable in R shiny?

As per the explanation in section 2.3 here, I can remove rownames for a datatable by setting rownames = FALSE How do …

r shiny dt
Centering a plot within a fluidRow in Shiny

I have a fluidRow with a plot rendered in one of the columns. I would like to know how to …

r plot shiny centering
'Reset inputs' button in shiny app

I would like to implement a 'Reset inputs' button in my shiny app. Here is an example with just two …

r shiny
R shiny: display "loading..." message while function is running

I use Shiny GUI R package. I'm looking for a way to display a message like "loading..." after the actionButton …

r shiny
Starting Shiny app after password input

I know that in Shiny Server Pro there is a function of password control. The question is that Shiny has …

r passwords shiny
Create dynamic number of input elements with R/Shiny

I'm writing a Shiny app for visualizing insurance benefit plans at my company. Here is what I'd like to happen: …

r dynamic input shiny
R- Shiny webserver on a local server

I have a windows machine with IIS and I can see the IIS welcome page on http://myname/. I have …

r shiny
Column alignment in DT datatable

In my shiny app I am using datatable function from DT library to construct a table and want to align …

r shiny dt
Remove 'search' option but leave 'search columns' option

I would like to remove 'global search' option from my application, but leave 'column search' option. Any ideas? I've tried …

r shiny dt
Add link to R Shiny Application so link opens in a new browser tab

I am creating my first Shiny Application in R. I am using shiny to display bivariate results from a survey …

r shiny