Skip to contents

Runs a shiny.gosling example

Usage

run_example(example = NA)

Arguments

example

A character indicating a valid example.

Value

A Shiny App is launched.

Examples

if (interactive()) {
  run_example("circularLinearWithBrush")
}