Skip to content
Back to formatted view

Raw Message

Message-ID: <5f88b2c50904160652x434059co5bcf837943f0d923@mail.gmail.com>
Date: 2009-04-16T13:52:53Z
From: Benjamin Tyner
Subject: 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