grep_id: Wrapper for grep that returns NA if nothing was found. Also...

Description Usage Arguments Value Examples

Description

Wrapper for grep that returns NA if nothing was found. Also splits up comma sperated arguments.

Usage

1
grep_id(ids, x)

Arguments

ids

ID or comma separated IDs to be searched.

x

Character in which to search.

Value

The result of grep or NA if not found.

Examples

1
grep_id('A, B', 'B, D')

cdiener/dycone documentation built on May 13, 2019, 2:41 p.m.