readcol: Read one column of a whitespace delimited text file

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Read one column of a whitespace delimited text file

Usage

1
readcol(fileName, colNum, nSkip, maxRowNum)

Arguments

fileName

Input filepath

colNum

An integer. The target column number

nSkip

An integer. Number of lines to skip in the beginning.

maxRowNum

An Integer. Maximum number of lines to read

Value

A vector of strings containing the target column


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