Returns the number of rows in a GAUSS dataset (.dat) file or GAUSS matrix (.fmt) file.
.dat
.fmt
rowsf
open fp = wilshire.dat; r = rowsf(fp); c = colsf(fp); print r;
324.00
print c;
7.00
See also
Functions colsf(), open, typef()
colsf()
typef()