> -----Original Message-----
> From: r-help-boun...@r-project.org 
> [mailto:r-help-boun...@r-project.org] On Behalf Of Don MacQueen
> Sent: Friday, September 11, 2009 8:16 AM
> To: Gabor Grothendieck; megh
> Cc: r-help@r-project.org
> Subject: Re: [R] Is there any "month" object like "LETTERS" ?
> 
> On my R 2.9.2 installation, ?Constants just says "No documentation 
> ...". I don't know why Gabor and I would have different results.
> 
> However, ?LETTERS does provide the requested information.

In the upper left corner of the help for LETTERS is
    Constants(base)
and usually that means that ?Constants would give
you the same help file.

All Rd files have one name entry and one or more alias
entries.  help() or ? looks in the list of alias entries, not
the name, but most help files include the name in the
aliases.  src/library/base/man/Constants.Rd does not
and probably should do that also.
 
> 
> -Don
> 
> At 7:30 AM -0400 9/11/09, Gabor Grothendieck wrote:
> >See ?Constants
> >
> >On Fri, Sep 11, 2009 at 3:13 AM, megh <megh700...@yahoo.com> wrote:
> >>
> >>  There is an object "LETTERS" which displays all letters 
> from "a" to "z". Is
> >>  there any similar object whicg displays the "months" as well in
> >>  chronological order? like "jan", "feb",...........,"dec"
> >>
> >>  Thanks,
> >>  --
> >>  View this message in context: 
> >>http://*www.*nabble.com/Is-there-any-%22month%22-object-like
> -%22LETTERS%22---tp25396125p25396125.html
> >>  Sent from the R help mailing list archive at Nabble.com.
> >>
> >>  ______________________________________________
> >>  R-help@r-project.org 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@r-project.org 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.
> 
> 
> -- 
> --------------------------------------
> Don MacQueen
> Environmental Protection Department
> Lawrence Livermore National Laboratory
> Livermore, CA, USA
> 925-423-1062
> 
> ______________________________________________
> R-help@r-project.org 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@r-project.org 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.

Reply via email to