Comments & more Config
This commit is contained in:
parent
6a8966a263
commit
8a1fa79065
3 changed files with 46 additions and 22 deletions
|
|
@ -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)]) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue