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
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
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
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
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