About 50 results
Open links in new tab
  1. Newest 'shiny' Questions - Stack Overflow

    Jan 16, 2026 · 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 knowledge.

  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, 9 months ago Modified 3 years, 8 months ago Viewed 129k times

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

  4. bslib theme toggle not working in R Shiny app - Stack Overflow

    Jul 22, 2024 · That is because all *Page functions from shiny rely on Bootstrap 3 by default. Although in your code you try to initialize the fluidPage with a version 5 theme, you don't set this inside the …

  5. How to select rows and columns and filter with DT in Shiny?

    Jun 4, 2021 · I am trying to create a Shiny app capable to select rows and columns depending on user's choice. For selecting columns I use pickerInput and for selecting rows the extension …

  6. How to create a simple drop down menu in shiny? - Stack Overflow

    Apr 5, 2020 · 5 So I have three download buttons in three tab panels inside a tabsetpanel in my shiny app. Is there any way I cant create a drop down menu instead of these tab panels? I don't want to …

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

  8. How to add custom CSS classes to Shiny app elements

    Feb 27, 2023 · I know we can use customm CSS inline or with an external CSS file shiny CSS. I also found documentation regarding shiny themes. However, I would like to customise the UI by adding …

  9. r - using Source () in Shiny - Stack Overflow

    May 11, 2015 · I have a working R application that I want to make available online using Shiny. My application receives a file as input, so the client uploads the file through ui.R. server.R receives the …

  10. Access RStudio R console when running a shiny app

    Jan 13, 2025 · I’ve written an RStudio addin that launches a Shiny gadget in the RStudio Viewer. However, once the gadget is running, my R console is locked until I close the gadget. Here’s a …