The R Project SVN R

Rev

Rev 88896 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88896 Rev 90061
Line 76... Line 76...
76
  \code{\link{Sys.Date}} for the current date.
76
  \code{\link{Sys.Date}} for the current date.
77
 
77
 
78
  \code{\link{weekdays}} for convenience extraction functions.
78
  \code{\link{weekdays}} for convenience extraction functions.
79
 
79
 
80
  Methods with extra arguments and documentation:
80
  Methods with extra arguments and documentation:
81
  \describe{
81
  \itemize{
82
    \item{\code{\link{Ops.Date}}}{for operators on \code{"Date"} objects.}
82
    \item \code{\link{Ops.Date}} for operators on \code{"Date"} objects.
83
 
-
 
84
    \item{\code{\link{format.Date}}}{for conversion to and from character strings.}
83
    \item \code{\link{format.Date}} for conversion to and from character
85
 
84
    strings.
86
    \item{\code{\link{axis.Date}}}{and \code{\link{hist.Date}} for plotting.}
85
    \item \code{\link{axis.Date}} and \code{\link{hist.Date}} for plotting.
87
 
-
 
88
    \item{\code{\link{seq.Date}}}{, \code{\link{cut.Date}}, and
86
    \item \code{\link{seq.Date}}, \code{\link{cut.Date}} and
89
      \code{\link{round.Date}} for utility operations.}
87
    \code{\link{round.Date}} for utility operations.
90
  }
88
  }
91
  \code{\link{DateTimeClasses}} for date-time classes.
89
  \code{\link{DateTimeClasses}} for date-time classes.
92
}
90
}
93
\examples{\donttest{
91
\examples{\donttest{
94
(today <- Sys.Date())
92
(today <- Sys.Date())