About 2,080,000 results
Open links in new tab
  1. Subset a data frame based on user-input, Shiny - Stack Overflow

    Nov 14, 2016 · I'm trying to build a Shiny app that subsets a data frame (to only include rows where a categorical variable matches the user-select input from the UI) before the data is …

  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. UI elements for selecting date and time (not just date) in shiny

    Nov 29, 2014 · In the past I have used a combination of dateInput and a slider to get date and hour for my shiny app. I was wondering if there is a better option available now as I need to …

  4. Nested Modules and ObserveEvents - R Shiny - Stack Overflow

    Oct 23, 2020 · R shiny observeEvent not working in function in module. 3. Shiny Modules with Observes and reactiveValues. 0.

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

    R,Shiny: Using selectInput() selection to create data frame. 11. Dynamic selectInput in R shiny. 6. Add ...

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

    Change font family/size/style of R Shiny textInput instructions. 1. Change the font inside tags in a shiny ...

  7. shiny - possible to run RShiny app without opening an R …

    you need to give them a folder with your shiny code ; you add a windows .BAT file for them to click; they run that, it calls Rscript.exe which starts the shiny package you gave them; Or get it …

  8. 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. …

  9. Get Selected Row From DataTable in Shiny App - Stack Overflow

    Feb 2, 2015 · I also changed the code in the Shiny.onInputChange function so that it returns the number in the first ...

  10. How to listen for more than one event expression within a Shiny ...

    This should do it, note that you still have to check if the buttons were clicked as mentioned by @MrFlick. 1. You can use reactive expres