searchFor: Search for key words

searchForR Documentation

Search for key words

Description

Search function to return elements that contain a certain word of regular expression pattern.

Usage

searchFor(
  word,
  where = c("everywhere", "description", "examples", "attributes")
)

Arguments

word

Character, either a word or a regular expression.

where

Character, in which sections to search for.

Value

Character vector of DDI element names.

Author(s)

Adrian Dusa


DDIwR documentation built on May 29, 2024, 7:24 a.m.

Related to searchFor in DDIwR...