shinyDemo: shinyDemo

Description Usage Arguments References Examples

View source: R/shinyDemo.R

Description

Runs a shiny app similar to demo.

Usage

1
2
shinyDemo(example, launch.browser = getOption("shiny.launch.browser",
  interactive()))

Arguments

example

character: name of the example

launch.browser

logical: If true, the system's default web browser will be launched automatically after the app is started (default: FALSE)

References

Based on Supplementing your R package with a Shiny app by Dean Attali.

Examples

1
2
3
4
5
6
7
## Not run: 
  # to view all possible apps
  shinyDemo()
  # to run one app 
  shinyDemo('mmstatContinuousDistribution.R')

## End(Not run)

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.