ソースを参照

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


読み込み中…
キャンセル
保存