We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde8b40 commit 7fa1187Copy full SHA for 7fa1187
inst/examples/Movies/server.R
@@ -1,7 +1,7 @@
1
library(shiny)
2
library(plotly)
3
+library(ggplot2movies) # movies is no longer contained within ggplot2 https://cran.r-project.org/web/packages/ggplot2movies/index.html
4
-data(movies, package = "ggplot2")
5
minx <- min(movies$rating)
6
maxx <- max(movies$rating)
7
0 commit comments