On Thu, Mar 11, 2010 at 12:30 PM, Tom Backer Johnsen
<bac...@psych.uib.no> wrote:
> Is it possible to get hold of the name of a frame?
>

I can't see a direct way, but you could capture the output of print:

 > framename=function(frame){capture.output(print(frame))}
 > foo=function(x){framename(sys.frame(1))}
 > foo()
 [1] "<environment: 0x8eb451c>"

any good?

Barry

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to