Learn R Programming

RWsearch (version 4.7.0)

s_sos: Search Packages and Functions in U. of Pennsylvania and RDocumentation

Description

s_sos searchs in all R documentation packages and functions that contain one or several keywords, open the default browser and display the results in a html page. For one or two keywords, s_sos may find more results than s_crandb as it goes deeper in the documentation, down to the function level. An internet connection is required to reach the website maintained by the University of Pennsylvania.

s_sos is a minimal wrapper of the function sos::findFn. Use directly the package sos and read its vignette for advanced search options.

Usage

s_sos(..., char = NULL)

Arguments

...

any format recognized by cnsc, except list. One or several keywords.

char

(name to) a character vector. Use this argument if ... fails or if you call the function from another function. If used, argument ... is ignored.

See Also

http://finzi.psych.upenn.edu,

https://CRAN.R-project.org/package=sos (index and vignette).

Examples

Run this code
# NOT RUN {
## Search using standard or non-standard content
## and display the results in a browser. 
s_sos(distillation)

res <- s_sos("chemical reaction")
as.data.frame(res)
res
# }

Run the code above in your browser using DataLab