Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

read_csv

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

Tidy Verbs for Fast Data Operations by Reference

v0.4.5
MIT + file LICENSE
Authors
Tian-Yuan Huang [aut, cre] (<https://orcid.org/0000-0002-3591-4203>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.