read_csv: Read Data from CSV File

View source: R/utils.R

read_csvR Documentation

Read Data from CSV File

Description

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


KWB-R/kwb.fakin documentation built on June 14, 2022, 2 p.m.