Re: [R] A new environment within the main function

2014-09-22 Thread billy am
Hi Everyone , Thanks for the input. On Mon, Sep 22, 2014 at 6:48 AM, David Winsemius wrote: > > On Sep 21, 2014, at 6:06 AM, billy am wrote: > > Hi Everyone , >> >> I am having an issue with the following code and would need kind >> assistant. >> >> For a specific reason , I would need to cr

Re: [R] A new environment within the main function

2014-09-21 Thread David Winsemius
On Sep 21, 2014, at 6:06 AM, billy am wrote: Hi Everyone , I am having an issue with the following code and would need kind assistant. For a specific reason , I would need to create a new environment for variables within the function and use them and I am having issue with it on the pro

Re: [R] A new environment within the main function

2014-09-21 Thread Duncan Murdoch
On 21/09/2014, 9:06 AM, billy am wrote: > Hi Everyone , > > I am having an issue with the following code and would need kind assistant. > > For a specific reason , I would need to create a new environment for > variables within the function and use them and I am having issue with it on > the proj

[R] A new environment within the main function

2014-09-21 Thread billy am
Hi Everyone , I am having an issue with the following code and would need kind assistant. For a specific reason , I would need to create a new environment for variables within the function and use them and I am having issue with it on the project I am doing. The issue is that no matter what I do