Learn R Programming

plinkFile (version 0.1.0)

lc: Line Count

Description

Count the occurance of '\n', much faster than readLine and read.table. Although slower than the unix command "wc -l", it upholds platform independency.

Usage

lc(f)

Arguments

f

the file name, or a connection.