Usage
searchBiblio(query, max = 30, url = "http://journal.r-project.org/RJournal.bib",
add.bibRNews = TRUE, ...)
searchMailing(query, max = 30, groups = "*", prefix = "gmane.comp.lang.r")
searchGraph(query, max = 30)
searchPackage(query, max = 30)
searchWiki(query, max = 30)## S3 method for class 'search':
print(x, detailed = TRUE, \dots)
browse(object, ...)
## S3 method for class 'search':
browse(object, item = 1, \dots)
Arguments
query
one or several topics to search for.
max
maximum number of items to return.
url
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.
detailed
do we print a detailled list of found items?
item
the index of the found item to browse.