Re: [R] parent in Creating environment object

2008-08-01 Thread Duncan Murdoch
On 8/1/2008 9:46 AM, Benjamin Otto wrote: Hi, I would like to convert a simple list into an environment object. It seems I have to create an environment object with new.env() and assign the single values afterwards. Now what I did not really understand from the guides until now is, how the paren

[R] parent in Creating environment object

2008-08-01 Thread Benjamin Otto
Hi, I would like to convert a simple list into an environment object. It seems I have to create an environment object with new.env() and assign the single values afterwards. Now what I did not really understand from the guides until now is, how the parent environment supplied to the new.env() func