Re: [R] Function for case insensitive match

2008-09-25 Thread Thomas Lumley
On Thu, 25 Sep 2008, Rajasekaramya wrote: I am just wondering if there is any function that could match the vectors irrespective of the upper and lower case alphabets. Use toupper() before matching -thomas Thomas Lumley Assoc. Professor, Biostatistics [EMAIL PROTECTE

Re: [R] Function for case insensitive match

2008-09-25 Thread Marc Schwartz
on 09/25/2008 11:11 AM Rajasekaramya wrote: > Hi there, > > I am just wondering if there is any function that could match the vectors > irrespective of the upper and lower case alphabets. > > Ramya See the 'ignore.case' argument in ?grep HTH, Marc Schwartz __

[R] Function for case insensitive match

2008-09-25 Thread Rajasekaramya
Hi there, I am just wondering if there is any function that could match the vectors irrespective of the upper and lower case alphabets. Ramya -- View this message in context: http://www.nabble.com/Function-for-case-insensitive-match-tp19672969p19672969.html Sent from the R help mailing list