Read Data from CSV File
read_csv(file, sep = ";", version = 2, fileEncoding = NULL, ...)path to CSV file
column separator
determines which function to use for reading the CSV file
1: read.table, 2: fread
passed to read.table or as
encoding to fread
further arguments passed to read.table or
fread