소스 검색

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


불러오는 중...
취소
저장