[R] txt file, 14000+ rows, only last 8000 appear

Paul Smith phhs80 at gmail.com
Sat Jun 7 10:18:43 CEST 2008


On Fri, Jun 6, 2008 at 10:30 PM, RobertsLRRI <raymond.roberts at ncf.edu> wrote:
>
> when I load my data file in txt format into the R workstation I lose about
> 6000 rows, this is a problem.  Is there a limit to the display capabilities
> for the workstation?  is all the information there and I just can't see the
> first couple thousand rows?
> --
> View this message in context: http://www.nabble.com/txt-file%2C-14000%2B-rows%2C-only-last-8000-appear-tp17701519p17701519.html

Does

nrow(your_data.frame)

return the correct number of rows? If so, R read all lines.

Paul



More information about the R-help mailing list