Re: [Rd] introspective capabilities

2010-09-01 Thread Mark.Bravington
Hi Christophe You could also look at the 'foodweb' function in package 'mvbutils'-- and specifically 'callers.of'. It should do just what you want, though you do have to tell it which environments to search through. bye Mark -- Mark Bravington CSIRO Mathematical & Information Sciences Marine

Re: [Rd] introspective capabilities

2010-09-01 Thread Duncan Murdoch
On 01/09/2010 9:27 AM, Christophe Rhodes wrote: Duncan Murdoch writes: > On 27/08/2010 7:52 AM, Christophe Rhodes wrote: >> Hi, >> >> Is there any way, from R code, to perform introspection as to where >> certain names acquired their values? > > There's the "keep.source" option to source() and

Re: [Rd] introspective capabilities

2010-09-01 Thread Christophe Rhodes
Duncan Murdoch writes: > On 27/08/2010 7:52 AM, Christophe Rhodes wrote: >> Hi, >> >> Is there any way, from R code, to perform introspection as to where >> certain names acquired their values? > > There's the "keep.source" option to source() and the optional > "srcfile" argument to parse() that

Re: [Rd] introspective capabilities

2010-08-30 Thread Duncan Murdoch
On 27/08/2010 7:52 AM, Christophe Rhodes wrote: Hi, Is there any way, from R code, to perform introspection as to where certain names acquired their values? The specific functionality I'm looking for in this case is to be able to request my editor to view the definition corresponding to a name

[Rd] introspective capabilities

2010-08-27 Thread Christophe Rhodes
Hi, Is there any way, from R code, to perform introspection as to where certain names acquired their values? The specific functionality I'm looking for in this case is to be able to request my editor to view the definition corresponding to a name in its original source location (presuming for the