Skip to main content

Questions tagged [shinydashboard]

shinydashboard is an R package which provides a framework for creating dashboards using R and shiny.

shinydashboard
0 votes
1 answer
201 views

Error when publishing a Shiny App [Application mode static not supported.]

I am trying to upload a Shiny App on shinyapps.io using rsconnect. However, it keeps throwing the following error: ℹ Uploading bundle... [100%] Uploaded 10853122 bytes... ✔ Uploaded bundle with id ...
0 votes
0 answers
247 views

R shinydashboard must close childfull menuItem for sidebarItemExpanded to work [duplicate]

Cross-posted to RStudio community. I'm working on a Shiny dashboard and trying to get the right sidebar to show different content based on which childfull left sidebar menu item is expanded. The ...
1 vote
1 answer
44 views

How to link table panels in R Shiny Dashboard using datatable to filter data in table 2 based on click in table 1?

Is it possible to program a dashboard with the same functionality as in this example, but instead of using reactable, using the DT (DataTable) package? Requirement: Jump to Table 2 for showing ...
0 votes
0 answers
49 views

Query hive application using R shiny dynamically

I am creating a shiny app which is connected to hive tables in HDFS. Below is the working app created on r dataframe. Calculation are done on the fly and columns will appear only if they are in the ...
1 vote
1 answer
34 views

How to link table panels in R Shiny Dashboard using reactable to filter data in table 2 based on click in table 1?

I have an R dashboard with two panels. Each panel displays a table showing a different data frame. Table 1 shows all players with their team affiliation and total score. Table 2 shows the scores of ...
11 votes
1 answer
24k views

How to use plotly in R shiny

I am trying to add graph for the output which i have generated using shiny. I am getting error for graph generation. Can someone please have a look and assist. The bar graph parameters are calculation ...
0 votes
1 answer
33 views

managing empty dateRangeInput()

The shiny app is forced to disappear when dateRangeInput() in "choice 1" and "choice 3" of selectInput() is manually made empty. Otherwise the code is working well. What should be ...
1 vote
2 answers
262 views

R shiny Images not displaying after hosting on web

I am trying to build my resume in R shiny, and have hosted the application as well, but the images which I have used are not displaying after the app getting hosted. Link of the app I have saved the ...
45 votes
2 answers
29k views

selectInput that is dependent on another selectInput

I have some data below that I'm using to create a donut chart in R shiny, where date is a character. I want to be able to select the email whose score I want to view, but then in the second dropdown ...
1 vote
1 answer
862 views

Using shiny plotOutput in multiple places in R

I am trying to use plotOutput in R shiny in multiple sub-menu items. However, I believe it is not possible for plotOutput to be used at multiple places with same id. Attaching the snapshot for ...
1 vote
1 answer
896 views

Using similar UI script in R shiny under multiple subMenuItems

the given R shiny script creates a dropdown menu in the sidebar with main and sub menu items. When you click on the first sub-item 1, you get two selectInputs in the dashboardBody. I want a ...
1 vote
0 answers
960 views

Give spacing between boxes and width of the box in R shiny

I wish to give more spacing between two infoBoxes in R shiny and increase the width of the box. The infoBoxes and box are both different. The width attribute does not quite seem to work. I shall add ...
0 votes
1 answer
2k views

Displaying image in the top left html using R shiny

I am trying to incorporate an html page with an image in the top-left into R shiny and call from R studio. The issue is that the img command gets executed when the html file runs displaying the image ...
0 votes
1 answer
1k views

Implement zoom and reset functionality using action buttons in R shiny

The given R script creates a tabPanel with four action buttons and a reactive scatterPlot from iris data. I want to enable functionality on other three buttons such that second button zooms in the ...
0 votes
0 answers
644 views

Picker input not appearing on clicking the circle in R shiny

The script when executed creates a red circle icon and a reactive scatterplot below. I have made the script such that upon choosing a choice "A","B","C", we are able to update the plot dynamically. ...

15 30 50 per page
1
2 3 4 5
190