Material for the CorrelCon 2020 Advanced Session "Building a modularized Shiny app with the golem 📦 and html widgets"
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
In this session, I introduce you to modularized Shiny apps and a library called {golem} that simplifies the process of developing roduction-grade applications. I will also give an overview of html widgets that are useful for designing your app and allow for interactive charts and an overall nice user experience. I am going to demonstrate the possibilities using our Shiny app from the LC Berlin that recently won the CorrelAidX challenge.
You can have a look at the final example application we are going to build on shinyapps.io.
Books
Collections of html widgets
Packages for charts
Packages for tables
Packages for maps
Packages for theming