About 1,890,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. r - Embedding Image in Shiny App - Stack Overflow

    Feb 24, 2014 · I've been working on a shiny app and would like to include a logo in the upper right corner of the app. How can I easily embed an image using shiny and r? Thanks! K

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

  5. Are there global variables in R Shiny? - Stack Overflow

    This page on the Shiny webpage explains scoping of Shiny variables. Global variables can either be put in server.R (as per Ricardo's answer) or in global.R. Objects defined in global.R are …

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

    Nov 29, 2014 · I ran into the same problem, and I ended up making it a text field. I pre-populated the text field to show the users the proper format, and added checking (using try to make sure …

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

  8. ToolTip when you mouseover a ggplot on shiny - Stack Overflow

    Jan 15, 2015 · I am building a shiny application. I am plotting charts using ggplot. When I mouseover the points on the graph, I want a tooltip showing one of the columns in the data …

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

  10. shiny: open new browser tab from within shiny app

    Jul 6, 2013 · I wanted to have links in the tabPanel but Shiny will open a new blank page and have a link instead of just clicking on the tabPanel and opening a new page. Using the …

Refresh