Skip to content
Prev 42864 / 63421 Next

Why is there no within.environment function?

On Mar 21, 2012, at 23:01 , William Dunlap wrote:

            
evalq() would be rather more to the point. Then again, with() _is_ really just a sugar-coated evalq(). 

within() was quite specifically created because you couldn't do the same kind of things with data frames that you could do with environments, so the current thread does seem a bit peculiar to me... (The original design of within() would modify the object in-place, like fix(), but Luke objected.)