About 51 results
Open links in new tab
  1. dynamically adjust height and/or width of shiny-plotly output based on ...

    What do you mean when you say shiny-plotly output height and width adjusted to the current window size? Do you want it do occupy certain ratio of your screen size?

  2. R shiny passing reactive to selectInput choices - Stack Overflow

    Oct 14, 2016 · In a shiny app (by RStudio), on the server side, I have a reactive that returns a list of variables by parsing the content of a textInput. The list of variables is then used in selectInput and/or

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

    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. How to save plots that are made in a shiny app - Stack Overflow

    Not sure if this question is still active but it's the first one that came up when searching for "saving plots in shiny app" so I wanted to quickly add how to get ggsave to work with downloadHandler along the …

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

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

  7. How to format a Shiny renderTable? - Stack Overflow

    Dec 1, 2015 · I am using renderTable in Shiny to display a data set, and I want to do some formatting for the table. For example, if my code is like below: ui.R: shinyUI(fluidPage( titlePanel("Hello Shiny!")...

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

  9. 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 hosting or

  10. Outputting multiple lines of text with renderText() in R shiny

    I want to output multiple lines of text using one renderText() command. However, this does not seem possible. For example, from the shiny tutorial we have truncated code in server.R: shinyServer(