On Tue, 2 Mar 2010 08:58:25 +1300 Peter Alspach 
<peter.alsp...@plantandfood.co.nz> wrote:
> This brings up another confusion for new users.  Simply typing the
> object name at the command line gives just one view of the object (that
> provided by print()).

Good point. Any good introduction to R should include a brief discussion 
on 'str'. But sometimes even 'str' can fool you from discovering the 
real underlying structure of an object, e.g. for data frames. The 
solution is to use 'unclass' first.

-- 
Karl Ove Hufthammer

______________________________________________
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