About 50 results
Open links in new tab
  1. 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 …

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

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

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

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

  6. Change the shape of action button in shiny - Stack Overflow

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

  7. Freezing header and first column using data.table in Shiny

    Oct 7, 2014 · I have a Shiny app that yields a data table, but I can't freeze the first column and the headers, so the table is hard to read as you go down or across. Is there anyway to freeze the panes? …

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

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

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