浏览代码

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() %>%


正在加载...
取消
保存