dashboardCreated with Sketch.62%38%

shinyTutorials

A collection of methods and techniques for building shiny apps

Welcome

The shinyTutorials site is collection of examples and tips for developing shiny applications. These tutorials provide methods for moving beyond basic shiny apps to developing your own features. All of the tutorials can be found in the Tutorials page. If you are interested contributing to this project, checkout the github repository Shiny Tutorials.

Latest Tutorials

Read the latest tutorials.

Listbox WidgetNew

Select inputs are commonly used in Shiny for creating dropdown menus. Select inputs are easy to use, but they are not easy to style using CSS. An alternative solution is the listbox widget.

Read

Creating Internal Links

The app shiny-links replaces the previous examples on creating links to tabs and panels in shiny apps. I rewrote the previous method using a functional component and a Shiny Input Binding.

Read
More