shiny (version 0.9.1)

runGist: Run a Shiny application from https://gist.github.com

Description

Download and launch a Shiny application that is hosted on GitHub as a gist.

Usage

runGist(gist, port = NULL,
  launch.browser = getOption("shiny.launch.browser", interactive()))

Arguments

Examples

Run this code
runGist(3239667)
runGist("https://gist.github.com/jcheng5/3239667")

# Old URL format without username
runGist("https://gist.github.com/3239667")

Run the code above in your browser using DataLab