look4k: looks associated constants to some words

Description Usage Arguments Details Value Examples

View source: R/f1.rbsb2.code.r

Description

Looks among the constants defined in the different packages which seems relevant with respect to some proposed keywords.

Usage

1
2
look4k(words, where=rbsb.pko, what="dv", strict=TRUE, how=length(words),
	  imp=TRUE)

Arguments

words

vector of keywords to be investigated.

where

names of the packages to be investigated.

what

what must be returned? d for definition and v for value.

strict

Must the search be an exact (versus fuzzy) search?

how

how many positive results (with respect to each keyword must be displayed?

imp

must the result be displayed? if not a list with the result is returned.

Details

The investigation is a fuzzy search with agrep values.

Value

Nothing but the result is displayed.

Examples

1
2
3
 rbsb3k("RESET"); # For R checking compliance
 look4k("print");
 look4k("daf", what=""); 

rbsb documentation built on May 2, 2019, 4:41 p.m.

Related to look4k in rbsb...