This website works better with JavaScript.
Home
Help
Sign In
christian
/
hateimparlament
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
check offset for numeric value
package
flavis
4 years ago
parent
aac8280843
commit
d0560f3176
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
scraping/fetch.R
+ 1
- 0
scraping/fetch.R
View File
@@ -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() %>%
Write
Preview
Loading…
Cancel
Save