Match String. isJohnFound <- stringr::str_ detect(string = df1$col1, pattern = ignore.case('John')). # returns True/False if John was found df1[ ...
確定! 回上一頁