Skip to content
Prev 177257 / 398502 Next

get() versus getAnywhere()

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