Skip to content
Prev 279519 / 398506 Next

help! "browser()" does not get stopped...

On 06/12/2011 12:45 PM, Michael wrote:
As Uwe said, that's not a very useful thing to do.   But if you know the 
name you're looking for, find() is useful.  For example,

Browse[1]> find("mean")
[1] "package:base"

You might also want find("mean", mode="function"), in case you've also 
got a non-function named "mean".

Duncan Murdoch