Last chance! 50% off unlimited learning
Sale ends in
RSiteSearch(string,
restrict = c("functions", "vignettes", "views"),
format = c("normal", "short"),
sortby = c("score", "date:late", "date:early",
"subject", "subject:descending",
"from", "from:descending",
"size", "size:descending"),
matchesPerPage = 20)
functions
for help pages,
views
for task views and
vignettes
for package vignettes.normal
or short
(no excerpts); can be
abbreviated.score
,
date:late
for sorting by date with latest results first,
date:early
for earliest first,
subject
for subject in alphabetical order,
subject:descending
for reverse alphabetical order,
from
or from:descending
for sender (when applicable),
size
or size:descending
for size.)Unique partial matches will work for all arguments. Each new browser window will stay open unless you close it.
help.search
, help.start
for local searches. browseURL
for how the help file is displayed.
# need Internet connection
RSiteSearch("{logistic regression}") # matches exact phrase
Sys.sleep(5) # allow browser to open, take a quick look
## Search in vignettes and store the query-string:
fullquery <- RSiteSearch("lattice", restrict = "vignettes")
fullquery # a string of ~ 110 characters
Run the code above in your browser using DataLab