showExamples: Launcher for the tidymodules examples

View source: R/examples.R

showExamplesR Documentation

Launcher for the tidymodules examples

Description

Helper function to launch the tidymodules examples.

Usage

showExamples(id = NULL, server = F, options = NULL)

Arguments

id

Example ID. If null display list of examples with ID.

server

boolean. Is this a server call?

options

list of options to be passed to shinyApps or shinyDir

Examples


if (interactive()) {
  showExamples(1)
}

Novartis/tidymodules documentation built on Feb. 27, 2023, 8:35 a.m.