Read Data from CSV File
Arguments
- file
path to CSV file
- sep
column separator
- version
determines which function to use for reading the CSV file 1:
read.table
, 2:fread
- fileEncoding
passed to
read.table
or asencoding
tofread
- ...
further arguments passed to
read.table
orfread