Browse Source

Discard unnamed shows

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

+ 2
- 0
app.R View File

@@ -11,6 +11,8 @@ imdb %>%
shows$id %>%
setNames(shows$title) -> shows

shows <- shows[- (names(shows) %>% is.na %>% which)]

ui <- fluidPage(
inputPanel(width = "20%", height = "100%",
h1("GraphTV"),


Loading…
Cancel
Save