Browse Source

Removed a stray collect()

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

+ 0
- 1
app.R View File

@@ -28,7 +28,6 @@ server <- function(input, output, session)

imdb %>%
filter(id == show_id) %>%
collect %>%
mutate_at(vars(season, episode, averageRating, numVotes), as.numeric) %>%
by(.$season, function(x){
fit <- lm(averageRating ~ episode, data = x)


Loading…
Cancel
Save