showExamples: Launcher for the tidymodules examples

Description Usage Arguments Examples

View source: R/examples.R

Description

Helper function to launch the tidymodules examples.

Usage

1
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

1
2
3
4
5
if (interactive()) {

 showExamples(1)

}

xni7/tidymodules documentation built on Dec. 23, 2021, 7:10 p.m.