Skip to main content

All Questions

1 vote
1 answer
93 views

Why is my rendered datatable not containing data?

I am new to R Shiny and have undertaken a tutorial to familiarize myself with R Shiny by using the following link: https://dataviz.shef.ac.uk/blog/05/02/2021/Shiny-Template. I have followed the script ...
db2020's user avatar
  • 133
0 votes
1 answer
94 views

Not able to filter the data in R Shiny

I am trying to create a dashboard using an excel file which contains multiple sheets. Each sheet can be selected by the user and based on the sheet selection, the data tables of selected sheets are ...
nish's user avatar
  • 27
0 votes
0 answers
53 views

Sidebar tabs not recognising tabname argument

I am trying to create a shiny dashboard with three tabs. The first tab is supposed to include a leaflet map, I have then tried to add a second tab to include a page for a dataframe. However, the ...
Luke Jenner's user avatar
0 votes
1 answer
50 views

How to modify text "Showing x to x of x entries" in RShiny?

I'm trying to change text: "Showing x to x of x entries" to "Showing x to x of x rows". I'm using options = list(language = list(info = "Showing _START_ to _END_ of _TOTAL_ ...
anla01's user avatar
  • 123
0 votes
0 answers
854 views

How do I add a 2nd row header to Shiny datatable?

I have an editable datatable in R shiny with user names and start/end dates. I want to add a second header above the main header, and then add a drop down filter based on the top header. How do I go ...
dm2111's user avatar
  • 145
0 votes
1 answer
711 views

how to turn pages in R Shiny

I am learning Shiny to build simple website, on my website I would like to post the information in each box(or other widget), I want to add the paging to it. That is, on page 1 there are box 1-4; and ...
PepsiCo's user avatar
  • 1,399
0 votes
1 answer
131 views

How to modify headings in conditionalPanel in Shiny R

I created a dashboard in Shiny R on which a text should only be displayed under certain conditions which are defined in my server class: output$is_old_data <- reactive( if(get_most_recent_date2(...
migx22's user avatar
  • 7
3 votes
0 answers
687 views

Full page datatable in shiny dashboard

I am trying to make a shiny dashboard with datatables that span the entire height of the page (similar to this flexdashboard layout). With my current layout, I am facing an issue where the datatables ...
Julia Wagenfehr's user avatar
2 votes
1 answer
249 views

Tooltip next to axis titles

Currently, I am making a dashboard with rshiny where I plot a graph. However, I am wondering if there is a way to add a tooltip next to the X and Y axis titles in the plot? Specifically, a question ...
teller.py3's user avatar
0 votes
1 answer
158 views

Rshiny summary statistics for specific column

I'm having an error while parsing the data, the program should work when the user chose the variable and click calculate and it will show the min,median,max,1st quartile and 3rd quartile. As for now ...
Izzlan's user avatar
  • 1
0 votes
1 answer
104 views

Display graphic according to selected input

I want to display a graphic in another tab according to selected input in the first tab. For "auto", i want to display a graphic (named "graph_auto") in TAB B and if "boat&...
John john's user avatar
  • 445
2 votes
1 answer
2k views

How to move a tab to the bottom of the sidebar in R Shiny?

I have a shiny dashboard built with shinyDashboardPlus. I have a sidebar with several tabs - as usual, they are aligned in the top left corner. My sidebar scrolling is fixed with style = "...
Dmitry Ishutin's user avatar
0 votes
1 answer
46 views

Is there a way to replace the texts in the textInput without clicking and using tabs?

Good day all, I have created a dashboard for the scanning station whereby the operator is able to observe the details of the item after he or she scanned it with a barcode scanner. The issue I am ...
Dwight's user avatar
  • 124
0 votes
2 answers
245 views

My shinydashboard app works on my machine but not on shinyapps.io

and thanks for any help! I keep getting the same error message when trying to publish the app on shinyapps.io: The application failed to start (exited with code 1). I have already commented the ...
Emerson De Maria's user avatar
0 votes
1 answer
2k views

Shiny: can't add color, icon or subtitle to my valuebox

I built my first dashboard using shiny and I wanted to add some valueboxs but when I did it the valuebox appeared without color or subtitle or icon. I can't figure out what is the error. Please help ...
TomasDanke's user avatar

15 30 50 per page