readcols: Read columns of a whitespace delimited text file

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Read columns of a whitespace delimited text file

Usage

1
readcols(fn, colsel, nFirstSkipLines, nSkipUnit)

Arguments

fn

input filepath

colsel

a vector of target column numbers

nFirstSkipLines

Integer. Number of lines to skip in the beginning

nSkipUnit

Integer M. Let the function read one line out of every M

Value

A matrix of strings from selected columns


collUtils documentation built on May 2, 2019, 8:23 a.m.