searchFor | R Documentation |
Search function to return elements that contain a certain word or regular expression pattern.
searchFor(
x,
where = c("everywhere", "title", "description", "attributes", "examples"),
...
)
x |
Character, either word(s) or a regular expression. |
where |
Character, in which section(s) to search for. |
... |
Other arguments to be passed to the grepl() function. |
Character vector of DDI element names.
Adrian Dusa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.