Displaying 1 result from an estimated 1 matches for "abxx".
Did you mean:
abox
2005 Dec 03
2
how to subset rows using regular expression patterns
...quot;,"abcd","fg",....."fl").
i wanna extract all the rows where A$M match some regular expression
pattern.
for a simple example, let the pattern be just "ab", i wanna subset the rows
where A$M="ab" or "abc" or "abcd" or "abXX".........
i know i can write a loop,using some regular expression pattern functions
like grep row by row. but when A's size is pretty large, it's inefficient.
could anyone give me a hint about a faster code?
thanks a lot!