[R] Error with toString
Peter Ehlers
ehlers at ucalgary.ca
Tue Feb 2 21:33:33 CET 2010
You have another toString function hanging around.
Your result is exactly what I get from methods('toString')
after I define
toString <- function(x) x
You could try
getAnywhere('toString')
-Peter
anna wrote:
> Peter, here is what I get for methods('toString'):
> [1] toString.default
> Warning message:
> In methods("toString") : function 'toString' appears not to be generic
>
>
> -----
> Anna Lippel
--
Peter Ehlers
University of Calgary
More information about the R-help
mailing list