Is there a way that I can change the prompt for within a browser() call.  I
often use use code like

> with(obj1,browser())
Browse[1]>

Is there a way that I can set it so that I can get something like

> with(obj1,browser(prompt="obj1"))
obj1[1]>

I know that prompt is not a valid option for browser, but it would be nice
if it were.   There is an option('prompt")  but that does not affect the
prompt for browser.  Can I change this and how?

Thanks,
Andrew

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to