Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.