Shiny Feature Request: Add Database Version Info To About Page
Dec 19, 2025shiny 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. All r code in a shiny app is run in the global environment or a child of it. Aug 10, 2015i have a complex shiny app spread across multiple files that uses code from several packages.
Jan 13, 2017i 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. Change the color and font of text in shiny app asked 11 years, 7 months ago modified 3 years, 7 months ago viewed 129k times
Apr 6, 2024i've tried searching why this issue comes up, but can't find anything relating to quartoinspect () and deploying the shiny app into shinyapp.io. Dec 30, 2015is it possible to have a dropdown list in shiny where you can select multiple values? Nov 14, 2016i'm trying to build a shiny app that subsets a data frame (to only include rows where a categorical variable matches the user-select input from the ui) before the data is processed in server.
Dec 16, 2015however, i'd be interested to also know about more generic ways of linking parts of a shiny app. Jan 6, 2018i want to use a modal window inside a shiny module.