knitr::opts_chunk$set(echo = TRUE)

Module Concepts

Modules are the lego blocks that build your Shiny App. You wire readily available pre-built modules and your domain specific app module that you write to build a shiny app. There are two types of modules.

Module Registry

Module Registry is an R6 class mod_registry in the shinyspring package that acts as the module repository for your app. It interacts with the config.yml to provide programmatic access in your R code to module information.It can list modules , provide access to module parameters , validate if config.yml is wired correctly.

Module registry is maintained



shambhu112/shinyspring documentation built on July 9, 2021, 2:07 p.m.