search for: nummatch

Displaying 1 result from an estimated 1 matches for "nummatch".

Did you mean: nomatch
2010 May 16
1
improvement
...ta <- nrow(vaca) Thanks, Sebastia?n 2010/5/11 <markleeds at verizon.net>: > Hi: I added another column to make the output more understandable. I hope it > helps. > > > do.call(rbind,lapply(nombreC,function(.name) { > ?????? index <- grep(.name,nombreL) > ?????? nummatches <- if (length(index) > 0) length(index) else 0 > ?????? index <- if( length(index) > 0) index else 0 > ?????? data.frame(name=.name,index=index,nummatches=nummatches) > })) >