[R] "rval, symbol print name too long"?

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Aug 25 10:03:12 CEST 2008


On Mon, 25 Aug 2008, Jan Akko Eleveld wrote:

>
> Is there anyone who can tell me what this means (I call a table,
that is stores as csv file): Error in do.call("data.frame", rval) : symbol print-name too long Thanks you in advance,Akko Eleveld

Not really (see 'commented, minimal, self-contained, reproducible code' 
below), but the message means that you are trying to name an R object with 
a name of more than MAXIDSIZE=256 bytes.

Please quote messages accurately: your subject line and text are different 
and your helpers need to search for the exact error.

> _________________________________________________________________
>
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list