Re: [R] Searching for Enumerated Items using str_count() from the stringr package

2017-09-28 Thread Tóth Dénes
On 09/29/2017 12:02 AM, Tóth Dénes wrote: On 09/28/2017 10:25 PM, Dan Abner wrote: Hi all, I have a large number of text strings to search for enumerated items. However, I am receiving this error message even though I thought that I properly escaped the special character closed parenthesis:

Re: [R] Searching for Enumerated Items using str_count() from the stringr package

2017-09-28 Thread Tóth Dénes
On 09/28/2017 10:25 PM, Dan Abner wrote: Hi all, I have a large number of text strings to search for enumerated items. However, I am receiving this error message even though I thought that I properly escaped the special character closed parenthesis: Count<-str_count(text3,keywords) Error i

[R] Searching for Enumerated Items using str_count() from the stringr package

2017-09-28 Thread Dan Abner
Hi all, I have a large number of text strings to search for enumerated items. However, I am receiving this error message even though I thought that I properly escaped the special character closed parenthesis: > Count<-str_count(text3,keywords) Error in stri_count_regex(string, pattern, opts_rege