Accessing and responding to Plotly events in Shiny

For several years now, the Plotly package has provided an `event_data()` function for accessing click, hover and drag event information in Shiny. This functionality provides a powerful way to build...

Accessing and responding to Plotly events in Shiny

February 28, 2019

For several years now, the plotly package has provided an `event_data()` function for accessing click, hover, and drag event information in shiny. This functionality provides a powerful way to build dynamic websites with multiple coordinated data views that share information with one another. Recently, we’ve added support for accessing more types of events, notably among these is ability to respond _during_ brushing events. In this webinar, I’ll show you how to access these events in shiny and respond to them in various ways, including approaches that help ensure a fluid and responsive user-experience.

 

View Slides

Additional Videos


About the speaker

Carson is a software engineer at RStudio working on R packages such as shiny, shinymeta, and plotly. His book “Interactive data visualization with R, plotly, and shiny”, published by CRC Press, is also freely available online at plotly-r.com.