[R] get() versus getAnywhere()

Benjamin Tyner btyner at gmail.com
Thu Apr 16 15:52:53 CEST 2009


Hi

Using R 2.8.1. I have list object called "AuxData". Inside a browser(),

   get("AuxData")

succeeds, while

   getAnywhere("AuxData")

fails with the error "no object named âAuxDataâ was found". I'm
curious to know if this could be a bug. If yes, I'll try to come up
with a reproducible example.

Thanks
Ben




More information about the R-help mailing list