fread.fwf: FWF Fread

Description Usage Arguments Details Value See Also

View source: R/helperFile.R

Description

Fast read for fixed width format files

Usage

1
fread.fwf(..., cols, column_types, column_names)

Arguments

...

file names to open

cols

vector of integer column widths

column_types

character vector indicating classes of columns

column_names

column_names character vector of column headers

Details

uses data.table and LaF packages. The read is performed entirely by LaF:laf_open_fwf, but the output is converted to a data.table.

Value

a data.table

See Also

read.zip read.trawl


rBatt/trawlData documentation built on May 26, 2019, 7:45 p.m.