瀏覽代碼

Discard unnamed shows

master
Maxime Wack 5 年之前
父節點
當前提交
ca89869e61
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      app.R

+ 2
- 0
app.R 查看文件

@@ -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…
取消
儲存