stringr package provides good string functions.
To search for a string (ignoring case)
one could use
stringr::str_detect('TOYOTA subaru',ignore.case('toyota'))
This works but gives warning
Please use (fixed|coll|regex)(x, ignore_case = TRUE) instead of ignore.case(x)
What is the right way of rewriting it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…