本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
christian
/
hateimparlament
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
move data directory constant to config file
package
flavis
5 年之前
父節點
65573634b1
當前提交
7e83ee819e
共有
2 個檔案被更改
,包括
3 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
scraping/config.R
+1
-2
scraping/fetch.R
+ 2
- 0
scraping/config.R
查看文件
@@ -0,0 +1,2 @@
DOWNLOAD_DIR = "../data/" # warning: this is not created (should maybe)
+ 1
- 2
scraping/fetch.R
查看文件
@@ -1,9 +1,8 @@
source("../utils/helpers.R")
source("config.R")
library(RCurl)
library(stringr)
DOWNLOAD_DIR = "../data/" # warning: this is not created (should maybe)
mk_absolute_url <- function(path) paste0("https://www.bundestag.de", path)
mk_url <- function(offset) {
Write
Preview
Loading…
取消
儲存