About 50 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 knowledge.

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

  3. R shiny session with multiple users connected - Stack Overflow

    It waits until the first run is finished in the first session. I thought that shiny sessions are independent. How does shiny handle multiple shiny sessions per single R session? What if multiple users want to …

  4. shiny - How to avoid Error in load Namespace using R - Stack Overflow

    Aug 6, 2020 · Am trying to launch a shiny app using the below command.

  5. Error in yaml::yaml.load (..., eval.expr = TRUE) : when using shiny in ...

    Sep 25, 2020 · 7 I've found that if I create New Project, and then I create a new R Markdown file with Shiny, then it compiled just fine. I must be something that was in my previous project directory that …

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

  7. Shinyapp.io gives quartoinspect() when trying to publish Shiny App

    Apr 6, 2024 · I've tried searching why this issue comes up, but can't find ANYTHING relating to quartoinspect () and deploying the shiny app into shinyapp.io. I've updated my RStudio and made …

  8. Linking to a tab or panel of a shiny app - Stack Overflow

    Dec 16, 2015 · However, I'd be interested to also know about more generic ways of linking parts of a shiny app. Example I'd like to link from panel A to panel B, but I'm not quite sure what I need to …

  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. Change the shape of action button in shiny - Stack Overflow

    Feb 1, 2017 · 6 Anyone know how to change the shape of a action button from a square to a circle in shiny??