On 02/27/2013 07:30 PM, David Winsemius wrote:
> On Feb 27, 2013, at 10:16 AM, Bert Gunter wrote:
>
>> Some additional comments inline below to add to David's
>> clarifications, proffered largely in response to the poster's remark
>> about coming to R from another language.
>>
>> On Wed, Feb 27, 2
Dear David,
thanks for your reply. Sorry for the ambiguous example. I guess the get()
will do it, but I still have a question regarding the parent frame. If I
declare both function g and f in the global environment:
g <- function()
{
get(N,envir = ???)
write(N)
}
f<-function()
{
N<-99
g()
}
Wha
On Feb 27, 2013, at 10:16 AM, Bert Gunter wrote:
> Some additional comments inline below to add to David's
> clarifications, proffered largely in response to the poster's remark
> about coming to R from another language.
>
> On Wed, Feb 27, 2013 at 9:44 AM, David Winsemius
> wrote:
>>
>> On
Some additional comments inline below to add to David's
clarifications, proffered largely in response to the poster's remark
about coming to R from another language.
On Wed, Feb 27, 2013 at 9:44 AM, David Winsemius wrote:
>
> On Feb 27, 2013, at 1:11 AM, Zé Miguel wrote:
>
>> Dear David,
>>
>> t
On Feb 27, 2013, at 1:11 AM, Zé Miguel wrote:
> Dear David,
>
> thanks for your reply. Sorry for the ambiguous example. I guess the get()
> will do it, but I still have a question regarding the parent frame. If I
> declare both function g and f in the global environment:
>
> g <- function()
>
On Feb 26, 2013, at 2:40 AM, José Miguel Delgado wrote:
> Dear R-help,
>
> I wrote the following lines in order to use a variable from a parent frame in
> my callM() function. I would like to solve this by only editing the
> callM(function). When I run this code I obtain a empty list, meaning
6 matches
Mail list logo