format(ISOdate(2000, 1:12, 1), "%B")

On Mon, 24 May 2004, BXC (Bendix Carstensen) wrote:

> This is how I get the month names from within R:
> 
> > mon <- rep(strptime("01/01/1952", format = "%d/%m/%Y"), 12)
> > mon$mon <- mon$mon + 0:11
> > mnam <- months(mon, abbreviate = F)
> > mnam
>  [1] "januar"    "februar"   "marts"     "april"     "maj"       "juni"
> "juli"      "august"    "september"
> [10] "oktober"   "november"  "december" 
> 
> Surely someone on the list can beat that in elegance?

-- 
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to