Re: [R] Count matches in pmatch

2012-03-02 Thread Rui Barradas
Hello, Where is the reproducible example? apricum wrote > > Hi, > I need to find number of occurence of each word from one string in other > string. So I need a function, which is similar to pmatch, but returns not > references, but number of matches. Is there any function like this? If > no,

[R] Count matches in pmatch

2012-03-02 Thread apricum
Hi, I need to find number of occurence of each word from one string in other string. So I need a function, which is similar to pmatch, but returns not references, but number of matches. Is there any function like this? If no, that is the way to calculate what I need? -- View this message in conte