searchFor {DDIwR}R 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


[Package DDIwR version 0.18 Index]