Skip to content

Commit cf60510

Browse files
committed
Merge pull request #603 from McClellandKemp/master
Resolve directory name change in examples
2 parents 9705b8f + aeea888 commit cf60510

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/shiny.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ renderPlotly <- function(expr, env = parent.frame(), quoted = FALSE) {
4242
#' @export
4343
#' @author Carson Sievert
4444
#' @examples \dontrun{
45-
#' shiny::runApp(system.file("examples", "events", package = "plotly"))
45+
#' shiny::runApp(system.file("examples", "plotlyEvents", package = "plotly"))
4646
#' }
4747

4848
event_data <- function(event = c("plotly_hover", "plotly_click", "plotly_selected",

man/event_data.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)