knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

shmodules

This package is a collection of functions that act as "building blocks" for shiny modules. The package is primarily for internal use.

Installation

devtools::install_github("tiernanmartin/shmodules")

Quick demos

While this package is made up of many functions, the intent is for them to be used in concert to create shiny modules, which are added to apps.

Examples of these modules can be accessed with the shmodules::launchExample() function, as demonstrated below:

#Run this code in the console
shmodules::launchExample(name = 'linkedScatter')


tiernanmartin/shmodules documentation built on May 31, 2019, 1:19 p.m.