How are you storing the elements of the data frame? I'm working with a data frame of doubles with no names and having trouble observing the same problem. If they are factor levels though, that *might* account for it. sessionInfo() might also help. Obviously it's not convenient to print this example, but if you could reproduce the irregularity on a smaller data frame, that would be great as well.
Michael Weylandt On Wed, Aug 24, 2011 at 6:48 PM, Jeffrey Joh <johjeff...@hotmail.com> wrote: > > I have a data frame that is about 40 columns by 10000 rows. I want to get > the dput of small portion of that by using dput(results[1:10,3:6]). The > dput is very long and includes all the values from the original data frame. > Why is that? > > > > Jeffrey > ______________________________________________ > 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. > [[alternative HTML version deleted]] ______________________________________________ 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.