About 24,700,000 results
Open links in new tab
  1. Newest 'shiny' Questions - Stack Overflow

    Dec 19, 2025 · Shiny makes it easy for R developers to turn their analyses into interactive web applications that anyone can use, without requiring any prior HTML, CSS or JavaScript …

  2. Hosting and setting up own shiny apps without shiny server

    I'm trying to make shiny apps available to my coworkers without them having to run or even have R installed. So I read this webpage and found this sentence: If you are familiar with web …

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

    By default, shiny runs with the option "window" inside R-Studio, which without R-Studio won't work. Suppose that you have installed the necessary libraries in the path E:/some_path/rlib.

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

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

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

  7. Scale and size of plot in RStudio shiny - Stack Overflow

    I'm creating a shiny web app and would like to set the size of the plot and scale. What I mean by that is I'm looking for a way to set a finite height/width for my plot, and then scale that set sized …

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

  9. r - Shiny: what is the difference between observeEvent and ...

    Nov 4, 2015 · It's like the difference between observe and reactive. One is intended to be run when some reactive variable is "triggered" and is meant to have side effects (observeEvent), …

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