About 50 results
Open links in new tab
  1. Are there global variables in R Shiny? - Stack Overflow

    This is because they are loaded into the global environment of the R session; all R code in a Shiny app is run in the global environment or a child of it. In practice, there aren’t many times where it’s …

  2. 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, 6 months ago Modified 3 years, 6 months ago Viewed 129k times

  3. r - Effectively debugging Shiny apps - Stack Overflow

    Aug 10, 2015 · I have a complex Shiny app spread across multiple files that uses code from several packages. The app works when run locally in R Studio, but on my server it throws a generic error: …

  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. I tried …

  5. 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 supposed to …

  6. 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 processed in Server …

  7. r - drop-down checkbox input in shiny - Stack Overflow

    Dec 30, 2015 · Is it possible to have a dropdown list in Shiny where you can select multiple values? I know selectInput has the option to set multiple = T but I don't like it that all selected option are visible ...

  8. How to run a shiny app as a standalone application?

    Oct 10, 2021 · I've some shiny app and I want to execute and to make it standalone application (it will be awesome if it will open via chrome). I can't upload the app to the Net and I want that also co-workers …

  9. Can i host a shiny app on a windows machine? - Stack Overflow

    Apr 17, 2013 · a bit of a late answer: it is possible to host a shiny app on Windows. use the following run.R script below, start it as a job on the windows machine. Do make sure that the port (below …

  10. R Shiny DT - edit values in table with reactive - Stack Overflow

    R Shiny DT - edit values in table with reactive Asked 7 years, 7 months ago Modified 1 year ago Viewed 10k times