Browse Source

Deleted commented section

master
Maxime Wack 6 years ago
parent
commit
46febcd5e3
1 changed files with 0 additions and 12 deletions
  1. +0
    -12
      app.R

+ 0
- 12
app.R View File

@@ -73,18 +73,6 @@ server <- function(input, output, session)
}) %>%
subplot(shareY = T, nrows = 1, margin = 0) %>%
hide_legend

# eps %>%
# arrange(seasonNumber, episodeNumber) %>%
# add_rownames(var = "ep") %>%
# mutate(ep = ep %>% as.numeric, seasonNumber = seasonNumber %>% as.factor) %>%
# ggplot() +
# aes(x = ep, y = averageRating, group = seasonNumber) +
# geom_point(aes(text = primaryTitle)) +
# geom_smooth(method = "lm") +
# xlab("Episode") +
# ylab("Rating")

})
}



Loading…
Cancel
Save