knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
The example shiny app has been deployed on shinyapps.io, with the code on github
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.