knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Lifecycle: experimental

Shiny example app

This shiny package is an example shiny app created using the golem package and using shiny modules. It demonstrates many of the shiny techniques described in Hadley Wickham's Mastering Shiny book and Engineering Production-grade Shiny Apps written by Colin Fay, Sébastien Rochette, Vincent Guyader and Cervan Girad from Thinkr.

Additional resources for developing shiny apps include

The shiny app contains a number of shiny modules, demonstrating the use of differing shiny functionality

Shiny notification functionality is used in the modules to notify when a reactive values is returned from the module.

Publication

The example shiny app has been deployed on shinyapps.io, with the code on github



gcfrench/shinystore documentation built on July 6, 2022, 4:13 p.m.