Skip to content

Instantly share code, notes, and snippets.

@ramnathv
ramnathv / README.md
Created February 2, 2016 21:42
Plotly Hover Events in Shiny

This is a demo of how to get plotly events back to shiny server.

Let us start by loading required libraries and preparing data. We use the ubiquitous mtcars dataset.

# Load Libraries ----
library(plotly)
library(shiny)
library(htmlwidgets)