Config file and change of folder structure
This commit is contained in:
parent
667dc7d68d
commit
bc9e2d06ac
4 changed files with 27 additions and 27 deletions
19
config/config.R
Normal file
19
config/config.R
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
###### Konfiguration für das Projekt ######
|
||||
|
||||
|
||||
#Pfade
|
||||
PFAD_EXCEL <- "data/Input/"
|
||||
PFAD_OUT <- "data/Output/"
|
||||
PFAD_DB_OUT <- "data/Database/"
|
||||
|
||||
#Datei in der ersetzt werden soll
|
||||
FILENAME_EXCEL <- "GC3D_Limits_ref.xlsx"
|
||||
|
||||
#Spaltennummer in denen ersetzt werden soll im Excel
|
||||
SPALTEN <- c(2, 3, 4, 5, 6)
|
||||
|
||||
#Spaltennummer mit der verglichen wird aus Datenbank (citations)
|
||||
INHALTE_DB <- 3
|
||||
|
||||
#Spaltennummer der Inhalte die eingesetzt werden soll (uris)
|
||||
ID <- 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue