Ver código fonte

Discard unnamed shows

master
Maxime Wack 5 anos atrás
pai
commit
ca89869e61
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      app.R

+ 2
- 0
app.R Ver arquivo

@@ -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"),


Carregando…
Cancelar
Salvar