Learn R Programming

tidytidbits (version 0.3.3)

with_value_containing: Slice by value

Description

Slices of a vector with elements containing given patterns. Analogous accessor function for pluck

Usage

with_value_containing(v, pattern)

value_contains(pattern)

Value

A slice from v containing all elements in v with the given name, or the name of which contains pattern

Arguments

v

A vector

pattern

Pattern passed to str_detect