searchFor: 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")
)
Value
Character vector of DDI element names.
Arguments
- word
Character, either a word or a regular expression.
- where
Character, in which sections to search for.