Re: [R] conversion into capital letter

2007-05-15 Thread Patnaik, Tirthankar
Try ?toupper

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, May 15, 2007 12:11 PM
To: R-help@stat.math.ethz.ch
Subject: [R] conversion into capital letter


Dear all,


I would need a function which convert small letter into capital letter
(at least the first letter of a character variable).

Does such a function exist in R ?

Thanks by advance

Jessica

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide
http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] conversion into capital letter

2007-05-15 Thread Benilton Carvalho
help(toupper)

b

On May 15, 2007, at 2:41 AM, [EMAIL PROTECTED] wrote:


 Dear all,


 I would need a function which convert small letter into capital  
 letter (at
 least the first letter of a character variable).

 Does such a function exist in R ?

 Thanks by advance

 Jessica



--
Benilton Carvalho
PhD Candidate
Department of Biostatistics
Bloomberg School of Public Health
Johns Hopkins University
[EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] conversion into capital letter

2007-05-15 Thread Marc Schwartz
On Tue, 2007-05-15 at 08:41 +0200, [EMAIL PROTECTED] wrote:
 Dear all,
 
 
 I would need a function which convert small letter into capital letter (at
 least the first letter of a character variable).
 
 Does such a function exist in R ?
 
 Thanks by advance
 
 Jessica

See ?toupper and take note of the examples therein.

HTH,

Marc Schwartz

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.