Skip to content
Prev 208544 / 398498 Next

Error with toString

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: