Questions tagged [shiny-server]

Shiny Server provides a platform on which you can host multiple Shiny applications on a single server, each with their own URL or port.

Shiny Server is a server program that makes Shiny applications available over the web.

Using Shiny Server, you can host multiple Shiny applications, as well as static web content, on a Linux server and make them available over the internet. You can specify what applications are available at what URL, or configure Shiny Server to let anyone with a user account on the server deploy their own Shiny applications.

1655 questions
0
votes
0 answers

Get value of filter panel in bar plot

I have created a dependent column in my code, the critical requirement is when user select the filter option it should show the bar plot for the option. As per the code I want to achieve following. If you run my code and select "Americas" in first…
0
votes
0 answers

Shiny dynamical plot in server function module

I'd like to create dynamical tabs/plots in shiny with user input number of tabs/plots Following Winston Chang's example https://gist.github.com/wch/5436415/ I was able to create both ui and server end functions correctly. My server function is…
athlonshi
  • 1,711
  • 1
  • 19
  • 23
0
votes
0 answers

Shiny Server - Active: inactive (dead)

Couple of days back I created an instance in AWS with CentOS - MySQL - R - Shiny-Server. The shiny-server is a free version. I loaded my app, data into MySQL. My app ran without a glitche for two days. Since yesterday afternoon, I am getting a…
Apricot
  • 2,925
  • 5
  • 42
  • 88
0
votes
1 answer

R Shiny server.R reactive time/date slider with changing axis

I have a data frame with 5 parameters plus a date/time column. I would like to be able to plot parameters (i.e. columns) against one another using drop downs, and use a slider to move date/time. I'm having serious issues with the server.R. date/time…
W148SMH
  • 152
  • 1
  • 11
0
votes
0 answers

Download Shiny Server on AWS R Server (Linux)

Is there a way to download the shiny server package onto an AWS R Server run on Linux? The main issue is that AWS's R Server doesn't show anything but R studio so i can not find a way to access terminal to administer the download
0
votes
0 answers

group by list of variables dplyr

I'm making a shiny app with the goal of allowing users to group population data based on up to 7 variables. The relevant ui code chunk is: checkboxGroupInput("groupvars", label = h3("Variable Options"), …
Josh
  • 1,237
  • 4
  • 15
  • 22
0
votes
0 answers

JS library load error in shinyapp digital ocean

I have deployed my shinyapp over digital ocean. I use the rhandsontable among other libraries. Since yesterday, I am seeing the following error on my browser console: Wed Jun 15 2016 21:11:08 GMT+0200 (Romance Daylight Time): Connection opened.…
Sushanta Deb
  • 529
  • 8
  • 20
0
votes
0 answers

How do I load RData according to the user's inputs on R Shiny App?

I am creating an app using R's Shiny app package. I want to load specific RData according to the user's inputs. However, when I run the app it can't seem to be loading the RData properly. Here follows the code that I am currently using: dataset <-…
R. Guerra
  • 21
  • 4
0
votes
0 answers

Get input from dynamic html file in shiny and display dynamic output

I am using a combination of HTML, Javascript and shiny to build an application. I need to get the input from dynamic input content and generate dynamic output. My html (www/index.html) to generate the ui is