/shiny_app_stories

A collection of complete apps aiming to demonstrate intermediate to advanced usage of new Shiny features.

Primary LanguageR

Shiny App Stories

This repository contains a series of applications that show intermediate to advanced usage of Shiny's new and advanced features with real-world applications. It coinsides with the "App Stories" section of the main Shiny website.

Applications

weather_lookup

App to explore seasonal weather patterns in a city of choice.

Highlights:

  • shiny::{bindCache(), renderCachedPlot()
  • bslib::{bs_theme(), run_with_themer()}