About 2,050,000 results
Open links in new tab
  1. Change the color and font of text in Shiny App - Stack Overflow

    Change font family/size/style of R Shiny textInput instructions. 1. Change the font inside tags in a shiny ...

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

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

    you need to give them a folder with your shiny code ; you add a windows .BAT file for them to click; they run that, it calls Rscript.exe which starts the shiny package you gave them; Or get it …

  4. UI elements for selecting date and time (not just date) in shiny

    Nov 29, 2014 · In the past I have used a combination of dateInput and a slider to get date and hour for my shiny app. I was wondering if there is a better option available now as I need to …

  5. Hide/show outputs Shiny R - Stack Overflow

    Feb 2, 2016 · I am trying to find out how to show and hide my outputs like graphics and tabels each time when the user change something in the widgets. For instance I have a sliderInput …

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

    Shiny Chart Space Allocation 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 …

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

    Nov 4, 2015 · I read the Shiny documentation about reactive programming a few times now, but I can't properly understand the difference between observeEvent and eventReactive. The …

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

  9. How to use plotly in R shiny - Stack Overflow

    Feb 19, 2020 · There are already several posts about this. Typing "r shiny plotly output" in any search engine gives several potential solutions (here for example). To avoid duplicated posts, …

  10. Shiny - Adjust width of sidebarPanel() relative to mainPanel()

    I think you can't. I remember I've read somewhere it's related to bootstrap settings (which is used by shiny) where the width of the sidebar is 4 units and the main panel one is 8 units. I'm afraid …