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)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)