Re: [R] Conversion - lowercase to Uppercase letters

2008-08-20 Thread Dimitris Rizopoulos
check also ?toupper ?tolower Best, Dimitris Quoting S Ellison <[EMAIL PROTECTED]>: see ?gsub and loook at the last examle "suman Duvvuru" <[EMAIL PROTECTED]> 20/08/2008 05:19 >>> I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone co

Re: [R] Conversion - lowercase to Uppercase letters

2008-08-20 Thread S Ellison
see ?gsub and loook at the last examle >>> "suman Duvvuru" <[EMAIL PROTECTED]> 20/08/2008 05:19 >>> I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very hel

Re: [R] Conversion - lowercase to Uppercase letters

2008-08-19 Thread Moshe Olshansky
Use toupper or tolower (see ?toupper, ?tolower) --- On Wed, 20/8/08, suman Duvvuru <[EMAIL PROTECTED]> wrote: > From: suman Duvvuru <[EMAIL PROTECTED]> > Subject: [R] Conversion - lowercase to Uppercase letters > To: r-help@r-project.org > Received: Wednesday, 20 August, 2008, 2:19 PM > I would

Re: [R] Conversion - lowercase to Uppercase letters

2008-08-19 Thread Rolf Turner
On 20/08/2008, at 4:19 PM, suman Duvvuru wrote: I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very helpful. ?tolower #