We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 888b301 + 7fa1187 commit b79e9d2Copy full SHA for b79e9d2
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