Skip to contents

Read Data from CSV File

Usage

read_csv(file, sep = ";", version = 2, fileEncoding = NULL, ...)

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 as encoding to fread

...

further arguments passed to read.table or fread