Comments & more Config

This commit is contained in:
Linsberger Christian 2021-09-06 15:27:49 +02:00
commit 8a1fa79065
3 changed files with 46 additions and 22 deletions

View file

@ -15,10 +15,9 @@ source("config/config.R")
### Einlesen ###
inDB <- get_current_geoera_lit_db()
to_replace_original <- read_excel(paste(PFAD_EXCEL, FILENAME_EXCEL, sep=""), sheet = 1)
to_replace_original <- read_excel(paste(PFAD_EXCEL, FILENAME_EXCEL, sep=""), sheet = SHEETNAME)
to_replace_done <- to_replace_original
#Erste Schleife über den Spaltenvektor aus der Excel
for (spalte_excel in SPALTEN[1]:SPALTEN[length(SPALTEN)]) {