powered by
pat
vec
findPat(pat, vec)
local(envir=.PBSmodEnv,expr={ #find all strings with a vowel, or that start with a number print(findPat(c("[aeiou]", "^[0-9]"), c("hello", "WORLD", "1over"))) })
Run the code above in your browser using DataLab