About 2,440,000 results
Open links in new tab
  1. ToolTip when you mouseover a ggplot on shiny - Stack Overflow

    Jan 15, 2015 · I am building a shiny application. I am plotting charts using ggplot. When I mouseover the points on the graph, I want a tooltip showing one of the columns in the data …

  2. r - using modal window in Shiny module - Stack Overflow

    Jan 6, 2018 · I want to use a modal window inside a Shiny module. The user interacts with the modal window, the module processes the user's input. In this minimal example the module is …

  3. R shiny; how to use multiple inputs from selectInput to pass onto ...

    R shiny; how to use multiple inputs from selectInput to pass onto 'select' option in dplyr? Asked 8 years, 9 months ago Modified 2 years, 11 months ago Viewed 42k times

  4. Data input via shinyTable in R shiny application - Stack Overflow

    Jan 13, 2017 · I want to build a shiny app that gets matrix data as input and returns a table based on some operations on it as output. By search I find that ShinyTable package could be useful. …

  5. UI elements for selecting date and time (not just date) in shiny

    Nov 29, 2014 · Learn how to create UI elements for selecting both date and time in Shiny applications on Stack Overflow.

  6. Change the color and font of text in Shiny App - Stack Overflow

    Change the color and font of text in Shiny App Asked 11 years ago Modified 3 years ago Viewed 128k times

  7. shiny - No such file or directory when deploying a shinyapp

    Jun 16, 2020 · I've built a shiny app that works perfectly, but I'm not being succesful at deploying it. When I deploy it to the shinyapps.io it returns a message error related to the .csv file I'm using.

  8. r - Embedding Image in Shiny App - Stack Overflow

    Feb 24, 2014 · I've been working on a shiny app and would like to include a logo in the upper right corner of the app. How can I easily embed an image using shiny and r? Thanks! K

  9. r - Filter a table in Shiny - Stack Overflow

    Aug 25, 2015 · Now I want to built a shiny app where someone can choose a milieu lets say "good" and a product "A" and all online which have "1" and the data table with these settings is …

  10. How to save plots that are made in a shiny app - Stack Overflow

    Not sure if this question is still active but it's the first one that came up when searching for "saving plots in shiny app" so I wanted to quickly add how to get ggsave to work with …