the url from where the BibTeX file describing R Jounal
articles can be downloaded.
add.bibRNews
also add data for R News (local cached version)?
…
further arguments passed to the function or method.
groups
the mailing lists and newsgroups sections to search.
prefix
the gmane tree for the discussion archives.
x
a 'search' object.
detailed
do we print a detailled list of found items?
object
a 'search' object.
item
the index of the found item to browse.
Value
All the searchXXX() functions return a 'search' object that inherits
from 'data.frame'. It contains the 'type' or search, the 'item' found, the
'page' in the item, a 'snippet' of the relevant text, a 'score' for this hit
and the 'url' where the containt can be obtained.
The print() method presents the results in a more readable way, and one
can browse() one item in the list.
# NOT RUN {searchBiblio("mean")
searchMailing("mean")
searchGraph("mean")
searchPackage("mean")
(res <- searchWiki("mean"))
browse(res, 1) # Display the first itemrm(res)
# }