Skip to content
Prev 85332 / 398498 Next

beginner Q: hashtable or dictionary?

On 1/30/2006 9:55 AM, Seth Falcon wrote:
Both lists and environments have other oddities, too.  For example, 
"mean" would be found in your environment above by functions like get(), 
since the base environment is its parent; "f" would be found in your 
list, since partial name matching is used in lists.  You can avoid the 
parent problem in R 2.2.x+ by setting the parent explicitly to emptyenv().

Duncan Murdoch