瀏覽代碼

check offset for numeric value

package
flavis 4 年之前
父節點
當前提交
d0560f3176
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      scraping/fetch.R

+ 1
- 0
scraping/fetch.R 查看文件

@@ -16,6 +16,7 @@ download_protocol <- function(path, name) {
}

fetch_batch <- function(offset) {
stopifnot("Offset must be numeric" = is.numeric(offset))
mk_url(offset) %>%
read_html() %>%
as.character() %>%


Loading…
取消
儲存