This is a snippet of my interface (if choices = c () it means that the choice is managed on the server side): sidebarPanel( selectizeInput( "s1",
I am working with a shiny app where it is desired to have a single downloadButton in the header of the application that downloads the data table present in the
I see that datatable works well with Shiny web to have editable cells or rows/columns. They are caught using cell_edit events. But I cant find a similar thing f
I have an ioslides/rmarkdown file with an embedded Shiny app. I was hoping to put this presentation on my github account but when I do the app stops running.
I'm trying to get the textInput from the user and upon submitting it through an action button,I need to update the choices (Append the user input to already exi
I have a shiny app that displays data from a database, in which variables are assigned codes (e.g., "TMAX" for maximum temperature, "GDD" for growing degree day
For my shiny app I would like to add the possibility for the user to save his session and restore it later. I managed to implement functions that lets the user
This was a complicating in logic execution i came across using {polished} and {brochure}. When placing secure_ui/secure_server inside of a brochure::Page() in t
I am having trouble updating a rshiny app on shinyapps.io The problem seems to be with the directory. This is what I have now: crime<-read.xlsx("wmsp_lat.xls
I am trying to publish a shiny app, you can see the source code here, it was being deployed correctly until I tried using the shinysense package This is the err
Background I'm using another docker image and installing Shiny Server via commands in the dockerfile. The images are in a subdirectory named "www" in the app.R
How can I implement the use of a pool object in an R Shiny application structured like a package? I have structured my package according to the layout described
I am making an interactive Shiny dashboard with typical "drill-down" capability. There are hundreds of thousands of links in the database. I am working on takin
I would like to restrict editable mode in datatable for columns and rows. For the moment, in this minimal example, I can edit only specific columns but it doesn
This answer explains how can one disable/enable all UI elements in a Shiny app. Among the two solutions given, the one I am interested in uses the shinyjs packa
I'm trying to use an updated version of this example to connect to a private googlesheet via shiny, and deploy this app on the shinyapps.io server. The user is
I have an orderInput from the shinyjqui library and I would like the server to set which items are in the orderInput. Afterwards I would like the user to modify
I have an orderInput from the shinyjqui library and I would like the server to set which items are in the orderInput. Afterwards I would like the user to modify
A similar question was posted but never answered: r shiny problem with datatable to copy a table with table head (colspan) When running the below reproducible c
I am successful in rendering 'reactlog' when I use flexdshboard, but it renders within the dashboard and is way too small in size - even for this minimal exampl