On Mon, Nov 1, 2010 at 3:40 PM, Louis Plough <lplo...@usc.edu> wrote: > Hi, > I am simply looking for the function that will allow you to look at the top > 20 lines of a long dataset? > > LP
Try this: head(iris) head(iris, 20) View(iris) -- Statistics & Software Consulting GKX Group, GKX Associates Inc. tel: 1-877-GKX-GROUP email: ggrothendieck at gmail.com ______________________________________________ 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.