Hi, I tried the command 'where' in browser(). But it does not give me the current line number (or the content of the current line). Is there a command for this? Regards, Peng
Duncan Murdoch
2009-Sep-15 18:10 UTC
[R] How to know the current line number in browser()?
On 9/15/2009 10:43 AM, Peng Yu wrote:> Hi, > > I tried the command 'where' in browser(). But it does not give me the > current line number (or the content of the current line). Is there a > command for this?That is not supported in released versions of R, but it's in R-devel (which will become R 2.10.0 sometime next month). Duncan Murdoch