move data directory constant to config file
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
DOWNLOAD_DIR = "../data/" # warning: this is not created (should maybe)
|
||||||
|
|
||||||
+1
-2
@@ -1,9 +1,8 @@
|
|||||||
source("../utils/helpers.R")
|
source("../utils/helpers.R")
|
||||||
|
source("config.R")
|
||||||
library(RCurl)
|
library(RCurl)
|
||||||
library(stringr)
|
library(stringr)
|
||||||
|
|
||||||
DOWNLOAD_DIR = "../data/" # warning: this is not created (should maybe)
|
|
||||||
|
|
||||||
mk_absolute_url <- function(path) paste0("https://www.bundestag.de", path)
|
mk_absolute_url <- function(path) paste0("https://www.bundestag.de", path)
|
||||||
|
|
||||||
mk_url <- function(offset) {
|
mk_url <- function(offset) {
|
||||||
|
|||||||
Reference in New Issue
Block a user