read_csv: Convenient file reader

View source: R/read_csv.R

read_csvR Documentation

Convenient file reader

Description

A wrapper of fread in data.table. Highlighting the encoding.

Usage

read_csv(path, utf8 = FALSE, ...)

Arguments

path

File name in working directory, path to file.

utf8

Should "UTF-8" used as the encoding? (Defaults to FALSE)

...

Other parameters passed to data.table::fread.

Value

A data.table


tidyft documentation built on Jan. 9, 2023, 1:27 a.m.