Skip to contents

Load renaming table from CSV file

Usage

load_renamings_csv(infile, fileEncoding = "WINDOWS-1252", ...)

Arguments

infile

full path to CSV file

fileEncoding

Encoding in which the CSV file is given. Passed to read.table. Defaut: "WINDOWS-1252"

...

further arguments passed to read.table