Skip to content
Prev 421 / 12125 Next

[R-pkg-devel] Browser Level for Conditional Function Parameter

On 20/08/2015 1:00 AM, Dario Strbenac wrote:
This is an R-devel question, not an R-pkg-devel question.

You get the break there because displaying title requires code to be
evaluated (the default value is an expression), and the browser will
break while evaluating that code.  The "debug" message comes because it
is on line 4 of your function that it is breaking.  If it had been in a
file that you sourced, it would give the line number from that file.

Duncan Murdoch