On Fri, Jun 6, 2008 at 10:30 PM, RobertsLRRI <[EMAIL PROTECTED]> 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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to