[R] How to google for R stuff?
Dieter Menne
dieter.menne at menne-biomed.de
Wed May 20 18:53:45 CEST 2009
spencerg <spencer.graves <at> prodsyse.com> writes:
> de <- RSiteSearch.function("differential equation")
> des <- RSiteSearch.function("differential equations")
> # With "de" and "des", each finds things missed by the other.
> de. <- de | des # combine into one
> sumDE <- packageSum2(de.) # add details on installed packages.
Should be
PackageSum2(de.)
Dieter
More information about the R-help
mailing list