readcol {collUtils}R Documentation

Read one column of a whitespace delimited text file

Description

Read one column of a whitespace delimited text file

Usage

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


[Package collUtils version 1.0.5 Index]