[R] searching help for partial matches
Steve Jaffe
sjaffe at riskspan.com
Wed Jun 17 19:31:25 CEST 2009
help.search -- excellent
I'm a bit confused though -- doc seems to say that ??pattern is same as
help.search(pattern) but it doesn't work that way for me...I'd been trying
?? for some time without success.
For example,
??allequal #returns
No documentation for '?allequal' in specified packages and libraries:
you could try '???allequal'
It looks like it is treating "?allequal" as the input to the ? function...
Any idea what I need to get this work correctly?
Thanks
?help.search
help.search("allequal")
help.search(apropos="allequal")
??allequal
--
View this message in context: http://www.nabble.com/searching-help-for-partial-matches-tp24078042p24078399.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list