str_detect2: Extension of str_detect to list

View source: R/modmedEquation.R

str_detect2R Documentation

Extension of str_detect to list

Description

Extension of str_detect to list

Usage

str_detect2(list, pattern)

Arguments

list

a list

pattern

pattern to look for

Examples

site=list(c("a","c"),c("a","b","c"))
str_detect2(site,"b")

processR documentation built on Jan. 23, 2023, 5:44 p.m.