[R] Month names

Martin Maechler maechler at stat.math.ethz.ch
Mon May 24 16:43:54 CEST 2004


>>>>> "Roger" == Roger D Peng <rpeng at jhsph.edu>
>>>>>     on Mon, 24 May 2004 10:38:09 -0400 writes:

    Roger> How about `month.name'?

English only.

Note that he got the names in Danish (I think)
Martin

    Roger> 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?
    >> 
    >> Bendix Carstensen
    >> ----------------------
    >> Bendix Carstensen
    >> Senior Statistician
    >> Steno Diabetes Center
    >> Niels Steensens Vej 2
    >> DK-2820 Gentofte
    >> Denmark
    >> tel: +45 44 43 87 38
    >> mob: +45 30 75 87 38
    >> fax: +45 44 43 07 06
    >> bxc at steno.dk
    >> www.biostat.ku.dk/~bxc




More information about the R-help mailing list