Dear Readers,
Today I would like to post the easy way of determining number of lines/records in any given large file using R.
Directly to point.
1) If data set is small let say less than 50MB or around in R one can read it with ease using:
length(readLines("xyzfile.csv"))
2) But if data set is too large say more...




Zero Inflated Models and Generalized Linear Mixed Models with R.
Zuur, Saveliev, Ieno (2012).