How do I identify a string using a wildcard?
I\'ve found glob2rx, but I don\'t quite understand how to use it. I tried using the following code to pick
glob2rx
You can also use package data.table and it's Like function, details given below How to select R data.table rows based on substring match (a la SQL like)