Explorar el Código

Discard unnamed shows

master
Maxime Wack hace 5 años
padre
commit
ca89869e61
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      app.R

+ 2
- 0
app.R Ver fichero

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


Cargando…
Cancelar
Guardar