2 New Files, Renamed.
This commit is contained in:
parent
0ba9850f10
commit
baef13edde
4 changed files with 38 additions and 1 deletions
8
00_Setup.R
Normal file
8
00_Setup.R
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#### Generiert die Ordnerstruktur der Daten ####
|
||||
|
||||
source("config/config.R")
|
||||
|
||||
ifelse(!dir.exists(file.path("data/")), dir.create(file.path("data/")), FALSE)
|
||||
ifelse(!dir.exists(file.path(PFAD_EXCEL)), dir.create(file.path(PFAD_EXCEL)), FALSE)
|
||||
ifelse(!dir.exists(file.path(PFAD_OUT)), dir.create(file.path(PFAD_OUT)), FALSE)
|
||||
ifelse(!dir.exists(file.path(PFAD_EXCEL)), dir.create(file.path(PFAD_DB_OUT)), FALSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue