load renaming table from original excel file
Usage
load_renamings_excel(
infile,
sheet = "DATEN",
old_name_col = "Feld",
new_name_col = "Parametername-R"
)
Arguments
- infile
full path to excel file
- sheet
sheet name
- old_name_col
name of column with original variable names
- new_name_col
name of column with new variable names