shiny (version 0.9.1)

runGitHub: Run a Shiny application from a GitHub repository

Description

Download and launch a Shiny application that is hosted in a GitHub repository.

Usage

runGitHub(repo, username = getOption("github.user"), ref = "master",
  subdir = NULL, port = NULL,
  launch.browser = getOption("shiny.launch.browser", interactive()))

Arguments

Examples

Run this code
runGitHub("shiny_example", "rstudio")

# Can run an app from a subdirectory in the repo
runGitHub("shiny_example", "rstudio", subdir = "inst/shinyapp/")

Run the code above in your browser using DataLab