Detect the presence of an object
On 30 Jan 2004 at 12:58, Francisco J Molina wrote:
Is there a function like "is.there" such that is.there ( a ) returns TRUE is object 'a' is in the current environment and FALSE otherwise?
Have you tried exists("a", inherits=FALSE) ?
- Torsten