robust_fread: fread should be able to auto detect CSV seperator, this...

View source: R/lib_io.R

robust_freadR Documentation

fread should be able to auto detect CSV seperator, this function makes sure it does so always

Description

fread should be able to auto detect CSV seperator, this function makes sure it does so always

Usage

robust_fread(fpfn, header = "auto", skip = 0)

Arguments

fpfn

filepath to csv file

header

TRUE/FALSE to identify if your file has a header

skip

integer amount of rows to skip

Value

csv file contents as data.table


jorritvm/jrutils documentation built on Feb. 14, 2023, 11:33 p.m.