Learn R Programming

tidytable (version 0.10.2)

fread.: Read/write files

Description

fread() is a simple wrapper around data.table::fread() that returns a tidytable instead of a data.table.

Usage

fread.(...)

Arguments

...

Arguments passed on to data.table::fread

Examples

Run this code
fake_csv <- "A,B
             1,2
             3,4"

fread(fake_csv)

Run the code above in your browser using DataLab