Learn R Programming

processR (version 0.2.7)

str_detect2: 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

Run this code
site=list(c("a","c"),c("a","b","c"))
str_detect2(site,"b")

Run the code above in your browser using DataLab