Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Last active January 11, 2018 02:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpsievert/83196bbcb37f5d81246e68bfcb88d4a0 to your computer and use it in GitHub Desktop.
Save cpsievert/83196bbcb37f5d81246e68bfcb88d4a0 to your computer and use it in GitHub Desktop.
library(shiny)
library(plotly)
# I keep a collection of my (plotly and non-plotly) apps here
# https://github.com/cpsievert/apps
runGitHub("apps", "cpsievert", subdir = "shiny/apps/plotlyAg")
browseURL("https://github.com/cpsievert/apps/blob/master/shiny/apps/plotlyAg/app.R")
# The plotly package ships with some rmarkdown/shiny examples
browseURL("https://github.com/ropensci/plotly/tree/master/inst/examples")
# you can (should) run these via plotly_example()
plotly_example("shiny", "proxy_mapbox", display.mode = "showcase")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment