Description Usage Arguments Value Examples
Wrapper for grep that returns NA if nothing was found. Also splits up comma sperated arguments.
1 | grep_id(ids, x)
|
ids |
ID or comma separated IDs to be searched. |
x |
Character in which to search. |
The result of grep or NA if not found.
1 | grep_id('A, B', 'B, D')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.