s_hs: Search Packages and Functions in Installed Packages

View source: R/s_hs.R

s_hsR Documentation

Search Packages and Functions in Installed Packages

Description

s_hs is a wrapper of the well known function ?? and its parent function help.search. Visit the help page help.search for details on the various arguments.

Usage

s_hs(..., char = NULL, fields = c("alias", "concept", "title"), apropos,
  keyword, whatis, ignore.case = TRUE, package = NULL, agrep = NULL,
  use_UTF8 = FALSE)

Arguments

...

one single character string recognized by cnsc. One and only one pattern

char

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

fields

See help.search.

apropos

See help.search.

keyword

See help.search.

whatis

See help.search.

ignore.case

See help.search.

package

See help.search.

agrep

See help.search.

use_UTF8

See help.search.


RWsearch documentation built on March 18, 2022, 5:17 p.m.