Kaynağa Gözat

check offset for numeric value

package
flavis 4 yıl önce
ebeveyn
işleme
d0560f3176
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      scraping/fetch.R

+ 1
- 0
scraping/fetch.R Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet