shinydemo: Launch Shiny demo

Description Usage Arguments Examples

View source: R/shinydemo.R

Description

Launch Shiny demo

Usage

1
shinydemo(mode = c("container", "fullpage"))

Arguments

mode

Example with "fullpage" particles and another one with particles inside a "container".

Examples

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

shinydemo("container")

shinydemo("fullpage")

}

dreamRs/shinyparticles documentation built on Dec. 1, 2019, 5:16 a.m.