Skip to content
Prev 200287 / 398502 Next

browser() can not stop the execution

How are you executing your script?  Are you doing a cut/paste into the
command window?  On WIndows using Tinn-R, this procedure will invoke
'browser' and it will then continue to read the rest of the script
since it is coming from the standard input.  The way around it is to
put the script in a file and then 'source' it.  Try this and report
back.
On Sun, Nov 15, 2009 at 1:22 AM, chao83 <chaohan1983 at yahoo.com> wrote: